CG: XINFO CONSUMERS implemented.

This commit is contained in:
antirez
2018-03-07 16:08:06 +01:00
parent 67eeeb0b10
commit 0cf6b1e3ae
3 changed files with 53 additions and 0 deletions

View File

@ -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));