mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
CLIENT LIST implemented
This commit is contained in:
@ -1200,6 +1200,7 @@ void restoreCommand(redisClient *c);
|
||||
void migrateCommand(redisClient *c);
|
||||
void dumpCommand(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