Struct RedisReply
Range interface to a single Redis reply.
Constructors
Name | Description |
---|---|
this
|
Fields
Name | Type | Description |
---|---|---|
m_conn
|
RedisConnection |
|
m_lockedConnection
|
LockedConnection!RedisConnection |
|
m_magic
|
uint |
Properties
Name | Type | Description |
---|---|---|
empty
[get]
|
bool |
|
front
[get]
|
T |
Returns the current element of the reply. |
frontIsNull
[get]
|
bool |
|
hasNext
[get]
|
bool |
Legacy property for hasNext /next based iteration
|
lockedConnection
[set]
|
LockedConnection!RedisConnection |
Methods
Name | Description |
---|---|
clearData
|
|
drop
|
|
initialize
|
|
next
|
Legacy property for hasNext /next based iteration
|
popFront
|
Pops the current element of the reply |
readBulk
|
|
readData
|
Aliases
Name | Description |
---|---|
ElementType
|
Authors
Jan Krüger, Sönke Ludwig, Michael Eisendle, Etienne Cimon
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.