mirror of
https://github.com/fluencelabs/redis
synced 2025-07-01 09:51:32 +00:00
CG: XINFO CONSUMERS implemented.
This commit is contained in:
@ -2029,6 +2029,7 @@ void xgroupCommand(client *c);
|
||||
void xackCommand(client *c);
|
||||
void xpendingCommand(client *c);
|
||||
void xclaimCommand(client *c);
|
||||
void xinfoCommand(client *c);
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||
|
Reference in New Issue
Block a user