- append
string append(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
string get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- incr
int incr(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
bool set(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
bool set(string key, string value, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
bool set(string key, string value, string flag)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
bool set(string key, string value, string flag, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.