mirror of
https://github.com/fluencelabs/redis
synced 2025-07-03 10:51:33 +00:00
Streams: XLEN command.
This commit is contained in:
@ -2001,6 +2001,7 @@ void moduleCommand(client *c);
|
||||
void securityWarningCommand(client *c);
|
||||
void xaddCommand(client *c);
|
||||
void xrangeCommand(client *c);
|
||||
void xlenCommand(client *c);
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||
|
Reference in New Issue
Block a user