- del
Long del(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- del
Long del(string[] keys)
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.
- exists
Long exists(string[] keys)
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.
- mget
List!(string) mget(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- mset
string mset(string[] keysvalues)
Undocumented in source. Be warned that the author may not have intended to support it.
- persist
Long persist(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
string set(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
string set(string key, string value, SetParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- type
string type(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- unlink
Long unlink(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- unlink
Long unlink(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- HASHSLOTS
enum int HASHSLOTS;
Undocumented in source.
- DEFAULT_TIMEOUT
enum int DEFAULT_TIMEOUT;
Undocumented in source.
- DEFAULT_MAX_ATTEMPTS
enum int DEFAULT_MAX_ATTEMPTS;
Undocumented in source.
- maxAttempts
int maxAttempts;
Undocumented in source.
- connectionHandler
RedisClusterConnectionHandler connectionHandler;
Undocumented in source.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- getClusterNodes
Map!(string, RedisPool) getClusterNodes()
Undocumented in source. Be warned that the author may not have intended to support it.
- getConnectionFromSlot
Redis getConnectionFromSlot(int slot)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
string set(const(ubyte)[] key, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
string set(const(ubyte)[] key, const(ubyte)[] value, SetParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
const(ubyte)[] get(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- exists
Long exists(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- exists
bool exists(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- persist
Long persist(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- type
string type(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- dump
const(ubyte)[] dump(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- del
Long del(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- del
Long del(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- unlink
Long unlink(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- unlink
Long unlink(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.