hunt-redis ~master (2021-11-19T08:51:56Z)
Home
Dub
Repo
RedisMonitor
hunt
redis
RedisMonitor
Undocumented in source.
abstract
class
RedisMonitor {
protected
Client
client
;
void
proceed
(Client client);
void
onCommand
(string command);
}
Members
Functions
onCommand
void
onCommand
(string command)
Undocumented in source.
proceed
void
proceed
(Client client)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
client
Client
client
;
Undocumented in source.
Meta
Source
See Implementation
hunt
redis
RedisMonitor
classes
RedisMonitor