CG: XCLAIM now updates the idle time of the message.

This commit is contained in:
antirez
2018-02-21 11:42:51 +01:00
parent f7d4c3acdf
commit b26f03bd69
3 changed files with 18 additions and 8 deletions

View File

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