hunt-redis ~master (2021-11-19T08:51:56Z)
Home
Dub
Repo
MultiKeyRedisClusterCommands
hunt
redis
commands
MultiKeyRedisClusterCommands
Undocumented in source.
interface
MultiKeyRedisClusterCommands {
Long
del
(string[] keys);
Long
unlink
(string[] keys);
Long
exists
(string[] keys);
List
!(
string
)
mget
(string[] keys);
string
mset
(string[] keysvalues);
}
Members
Functions
del
Long
del
(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.
unlink
Long
unlink
(string[] keys)
Undocumented in source.
Meta
Source
See Implementation
hunt
redis
commands
MultiKeyRedisClusterCommands
interfaces
MultiKeyRedisClusterCommands