- backup
bool backup()
Undocumented in source. Be warned that the author may not have intended to support it.
- backupDel
bool backupDel(size_t id)
Undocumented in source. Be warned that the author may not have intended to support it.
- backupDel
auto backupDel(Range ids)
Undocumented in source. Be warned that the author may not have intended to support it.
- backupInfo
auto backupInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
- del
bool del(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- del
bool del(Range keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- del
auto del(Args args)
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.
- get
auto get(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
auto get(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- getall
auto getall(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
- getall
auto getall()
Undocumented in source. Be warned that the author may not have intended to support it.
- has
KeyExist has(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- incr
bool incr(string key, long value)
Undocumented in source. Be warned that the author may not have intended to support it.
- incr
bool incr(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
auto opIndex(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
auto opIndexAssign(string val, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexOpAssign
bool opIndexOpAssign(long value, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexOpAssign
bool opIndexOpAssign(long value, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexUnary
bool opIndexUnary(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexUnary
bool opIndexUnary(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- request
Request request()
Undocumented in source. Be warned that the author may not have intended to support it.
- seekNext
auto seekNext(string prefixStart)
Undocumented in source. Be warned that the author may not have intended to support it.
- seekNext
auto seekNext(string prefixStart, string startsWith)
Undocumented in source. Be warned that the author may not have intended to support it.
- seekNextRange
auto seekNextRange(string prefixStart, string prefixEnd)
Undocumented in source. Be warned that the author may not have intended to support it.
- seekNextRange
auto seekNextRange(string prefixStart, string prefixEnd, string startsWith)
Undocumented in source. Be warned that the author may not have intended to support it.
- seekPrev
auto seekPrev(string prefixStart)
Undocumented in source. Be warned that the author may not have intended to support it.
- seekPrev
auto seekPrev(string prefixStart, string startsWith)
Undocumented in source. Be warned that the author may not have intended to support it.
- seekPrevRange
auto seekPrevRange(string prefixStart, string prefixEnd)
Undocumented in source. Be warned that the author may not have intended to support it.
- seekPrevRange
auto seekPrevRange(string prefixStart, string prefixEnd, string startsWith)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
bool set(string key, string val)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
bool set(Pair pair)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
bool set(Range pairs)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
bool set(Range pairs)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
bool set(string[string] pairs)
Undocumented in source. Be warned that the author may not have intended to support it.
- stats
string stats()
Undocumented in source. Be warned that the author may not have intended to support it.