CG: XACK implementation.

This commit is contained in:
antirez
2018-01-25 16:39:49 +01:00
parent 5bbd117c29
commit 388c69fe4e
3 changed files with 56 additions and 4 deletions

View File

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