Streams: XLEN command.

This commit is contained in:
antirez
2017-09-06 12:03:17 +02:00
parent 98d184db12
commit ec9bbe96bf
3 changed files with 11 additions and 0 deletions

View File

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