RedisReply

Range interface to a single Redis reply.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

ElementType
alias ElementType = T
Undocumented in source.

Functions

drop
void drop()
Undocumented in source. Be warned that the author may not have intended to support it.
next
TN next()

Legacy property for hasNext/next based iteration

popFront
void popFront()

Pops the current element of the reply

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front [@property getter]

Returns the current element of the reply.

frontIsNull
bool frontIsNull [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasNext
bool hasNext [@property getter]

Legacy property for hasNext/next based iteration

Meta