RedisClusterCommand

Undocumented in source.

Constructors

this
this(RedisClusterConnectionHandler connectionHandler, int maxAttempts)
Undocumented in source.

Members

Functions

execute
T execute(Redis connection)
Undocumented in source.
run
T run(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
run
T run(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
runBinary
T runBinary(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
runBinary
T runBinary(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
runWithAnyNode
T runWithAnyNode()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta