CG: XPENDING without start/stop variant implemented.

This commit is contained in:
antirez
2018-01-26 17:27:34 +01:00
parent b65fe09bb8
commit 1bc31666da
3 changed files with 79 additions and 1 deletions

View File

@ -2027,6 +2027,7 @@ void xlenCommand(client *c);
void xreadCommand(client *c);
void xgroupCommand(client *c);
void xackCommand(client *c);
void xpendingCommand(client *c);
#if defined(__GNUC__)
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));