CG: data structures design + XGROUP CREATE implementation.

This commit is contained in:
antirez
2018-01-16 15:38:22 +01:00
parent d8207d09ee
commit 58f0c000a5
4 changed files with 143 additions and 2 deletions

View File

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