mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 08:51:33 +00:00
CLIENT LIST implemented
This commit is contained in:
@ -1031,6 +1031,7 @@ void publishCommand(redisClient *c);
|
||||
void watchCommand(redisClient *c);
|
||||
void unwatchCommand(redisClient *c);
|
||||
void objectCommand(redisClient *c);
|
||||
void clientCommand(redisClient *c);
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||
|
Reference in New Issue
Block a user