RedisCluster

Constructors

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

Members

Aliases

del
alias del = BinaryRedisCluster.del
Undocumented in source.
exists
alias exists = BinaryRedisCluster.exists
Undocumented in source.
unlink
alias unlink = BinaryRedisCluster.unlink
Undocumented in source.

Functions

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.

Inherited Members

From BinaryRedisCluster

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.

From RedisClusterCommands

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

From MultiKeyRedisClusterCommands

del
Long del(string[] keys)
Undocumented in source.
unlink
Long unlink(string[] keys)
Undocumented in source.
exists
Long exists(string[] keys)
Undocumented in source.
mget
List!(string) mget(string[] keys)
Undocumented in source.
mset
string mset(string[] keysvalues)
Undocumented in source.

Meta