mirror of
https://github.com/fluencelabs/redis
synced 2025-07-03 10:51:33 +00:00
CG: data structures design + XGROUP CREATE implementation.
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user