- del
int del(string args)
Undocumented in source. Be warned that the author may not have intended to support it.
- dump
void dump(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- exists
bool exists(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- expire
int expire(string key, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- expireat
int expireat(string key, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- keys
string[] keys(string pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
- migrate
bool migrate(string host, string port, string args)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttl
int ttl(string key)
Undocumented in source. Be warned that the author may not have intended to support it.