hunt-redis ~v1.3.x (2022-05-10T06:00:10.8738979)
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