RedisResponse

Undocumented in source.

Constructors

this
this(Builder!(T) b)
Undocumented in source.

Members

Functions

build
void build()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

response
T response;
Undocumented in source.

Inherited Members

From AbstractResponse

dependency
AbstractResponse dependency;
Undocumented in source.
building
bool building;
Undocumented in source.
built
bool built;
Undocumented in source.
_set
bool _set;
Undocumented in source.
exception
RedisDataException exception;
Undocumented in source.
data
Object data;
Undocumented in source.
build
void build()
Undocumented in source.
set
void set(Object data)
Undocumented in source. Be warned that the author may not have intended to support it.
setDependency
void setDependency(AbstractResponse dependency)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta