mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 09:21:34 +00:00
CG: XCLAIM now updates the idle time of the message.
This commit is contained in:
@ -2028,6 +2028,7 @@ void xreadCommand(client *c);
|
||||
void xgroupCommand(client *c);
|
||||
void xackCommand(client *c);
|
||||
void xpendingCommand(client *c);
|
||||
void xclaimCommand(client *c);
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||
|
Reference in New Issue
Block a user