mirror of
https://github.com/fluencelabs/redis
synced 2025-07-03 10:51:33 +00:00
CG: XPENDING without start/stop variant implemented.
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user