RedisdValue

Undocumented in source.

Members

Functions

empty
bool empty()

if this is nil value

ivar
auto ivar()

get integer value

opAssign
void opAssign(long v)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(string v)
Undocumented in source. Be warned that the author may not have intended to support it.
svar
string svar()

get string value

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
type
ValueType type()

get type of value

Meta