- bitcount
Long bitcount(string key)
Undocumented in source.
- bitcount
Long bitcount(string key, long start, long end)
Undocumented in source.
- del
Long del(string key)
Undocumented in source.
- dump
const(ubyte)[] dump(string key)
Undocumented in source.
- echo
string echo(string string)
Undocumented in source.
- exists
bool exists(string key)
Undocumented in source.
- expire
Long expire(string key, int seconds)
Undocumented in source.
- expireAt
Long expireAt(string key, long unixTime)
Undocumented in source.
- get
string get(string key)
Undocumented in source.
- getbit
bool getbit(string key, long offset)
Undocumented in source.
- move
Long move(string key, int dbIndex)
Undocumented in source.
- persist
Long persist(string key)
Undocumented in source.
- pexpire
Long pexpire(string key, long milliseconds)
Undocumented in source.
- pexpireAt
Long pexpireAt(string key, long millisecondsTimestamp)
Undocumented in source.
- pfadd
Long pfadd(string key, string[] elements)
Undocumented in source.
- pfcount
Long pfcount(string key)
Undocumented in source.
- pttl
Long pttl(string key)
Undocumented in source.
- restore
string restore(string key, int ttl, const(ubyte)[] serializedValue)
Undocumented in source.
- restoreReplace
string restoreReplace(string key, int ttl, const(ubyte)[] serializedValue)
Undocumented in source.
- set
string set(string key, string value)
Undocumented in source.
- set
string set(string key, string value, SetParams params)
Undocumented in source.
- setbit
bool setbit(string key, long offset, bool value)
Undocumented in source.
- setbit
bool setbit(string key, long offset, string value)
Undocumented in source.
- strlen
Long strlen(string key)
Undocumented in source.
- touch
Long touch(string key)
Undocumented in source.
- ttl
Long ttl(string key)
Undocumented in source.
- type
string type(string key)
Undocumented in source.
- unlink
Long unlink(string key)
Undocumented in source.
Common interface for sharded and non-sharded Redis