BinaryRedisCluster

Constructors

this
this(HostAndPort[] redisClusterNode, RedisPoolOptions poolConfig)
Undocumented in source.

Members

Functions

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.

Variables

DEFAULT_MAX_ATTEMPTS
enum int DEFAULT_MAX_ATTEMPTS;
Undocumented in source.
DEFAULT_TIMEOUT
enum int DEFAULT_TIMEOUT;
Undocumented in source.
HASHSLOTS
enum int HASHSLOTS;
Undocumented in source.
connectionHandler
RedisClusterConnectionHandler connectionHandler;
Undocumented in source.
maxAttempts
int maxAttempts;
Undocumented in source.

Inherited Members

From BinaryRedisClusterCommands

set
string set(const(ubyte)[] key, const(ubyte)[] value)
Undocumented in source.
set
string set(const(ubyte)[] key, const(ubyte)[] value, SetParams params)
Undocumented in source.
get
const(ubyte)[] get(const(ubyte)[] key)
Undocumented in source.
exists
bool exists(const(ubyte)[] key)
Undocumented in source.
persist
Long persist(const(ubyte)[] key)
Undocumented in source.
type
string type(const(ubyte)[] key)
Undocumented in source.
dump
const(ubyte)[] dump(const(ubyte)[] key)
Undocumented in source.
del
Long del(const(ubyte)[] key)
Undocumented in source.
unlink
Long unlink(const(ubyte)[] key)
Undocumented in source.

From MultiKeyBinaryRedisClusterCommands

del
Long del(const(ubyte)[][] keys)
Undocumented in source.
unlink
Long unlink(const(ubyte)[][] keys)
Undocumented in source.
exists
Long exists(const(ubyte)[][] keys)
Undocumented in source.

Meta