hunt-redis ~master (2021-11-19T08:51:56Z)
Home
Dub
Repo
RedisClusterCommands
hunt
redis
commands
RedisClusterCommands
interface
RedisClusterCommands {
string
set
(string key, string value);
string
set
(string key, string value, SetParams params);
string
get
(string key);
bool
exists
(string key);
Long
persist
(string key);
string
type
(string key);
Long
del
(string key);
Long
unlink
(string key);
}
Members
Functions
del
Long
del
(string key)
Undocumented in source.
exists
bool
exists
(string key)
Undocumented in source.
get
string
get
(string key)
Undocumented in source.
persist
Long
persist
(string key)
Undocumented in source.
set
string
set
(string key, string value)
Undocumented in source.
set
string
set
(string key, string value, SetParams params)
Undocumented in source.
type
string
type
(string key)
Undocumented in source.
unlink
Long
unlink
(string key)
Undocumented in source.
Meta
Source
See Implementation
hunt
redis
commands
RedisClusterCommands
interfaces
RedisClusterCommands