- exists
bool exists(string field)
Undocumented in source. Be warned that the author may not have intended to support it.
- exists
bool exists()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get(string field, T def_value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMultiple
void getMultiple(T[] dst, string[] fields)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
long length()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(string key, T value) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(string key) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(string field)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(T value, string field)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexOpAssign
void opIndexOpAssign(T value, string field)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexOpAssign
void opIndexOpAssign(T value, string field)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove()
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
size_t remove(string[] fields)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIfNotExist
bool setIfNotExist(string field, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Represents a Redis hash value.
In addition to the methods specific to hash values, all operations of RedisValue are available using an alias this declaration.