- this
this(Set!(HostAndPort) nodes, int timeout)
Undocumented in source.
- this
this(Set!(HostAndPort) nodes)
Undocumented in source.
- this
this(Set!(HostAndPort) redisClusterNode, int timeout, int maxAttempts, GenericObjectPoolConfig poolConfig)
Undocumented in source.
- this
this(Set!(HostAndPort) redisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, GenericObjectPoolConfig poolConfig)
Undocumented in source.
- this
this(Set!(HostAndPort) redisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, string password, GenericObjectPoolConfig poolConfig)
Undocumented in source.
- this
this(Set!(HostAndPort) redisClusterNode, int connectionTimeout, int soTimeout, int maxAttempts, string password, string clientName, GenericObjectPoolConfig poolConfig)
Undocumented in source.
- close
void close()
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.
- dump
const(ubyte)[] dump(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.
- get
const(ubyte)[] get(const(ubyte)[] key)
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.
- persist
Long persist(const(ubyte)[] key)
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.
- type
string type(const(ubyte)[] key)
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.