vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct RedisReply

Range interface to a single Redis reply.

struct RedisReply(T) ;

Constructors

NameDescription
this (conn)

Fields

NameTypeDescription
m_conn RedisConnection
m_lockedConnection LockedConnection!RedisConnection
m_magic uint

Properties

NameTypeDescription
empty[get] bool
front[get] TReturns the current element of the reply.
frontIsNull[get] bool
hasNext[get] boolLegacy property for hasNext/next based iteration
lockedConnection[set] LockedConnection!RedisConnection

Methods

NameDescription
clearData ()
drop ()
initialize ()
next () Legacy property for hasNext/next based iteration
popFront () Pops the current element of the reply
readBulk (sizeLn)
readData ()

Aliases

NameDescription
ElementType
Authors

Jan Krüger, Sönke Ludwig, Michael Eisendle, Etienne Cimon

Copyright

© 2012-2016 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.