hunt-redis ~master (2021-11-19T08:51:56Z)
Home
Dub
Repo
MultiKeyBinaryRedisClusterCommands
hunt
redis
commands
MultiKeyBinaryRedisClusterCommands
Undocumented in source.
interface
MultiKeyBinaryRedisClusterCommands {
Long
del
(const(ubyte)[][] keys);
Long
unlink
(const(ubyte)[][] keys);
Long
exists
(const(ubyte)[][] keys);
}
Members
Functions
del
Long
del
(const(ubyte)[][] keys)
Undocumented in source.
exists
Long
exists
(const(ubyte)[][] keys)
Undocumented in source.
unlink
Long
unlink
(const(ubyte)[][] keys)
Undocumented in source.
Meta
Source
See Implementation
hunt
redis
commands
MultiKeyBinaryRedisClusterCommands
interfaces
MultiKeyBinaryRedisClusterCommands