Streams: XDEL command.

This commit is contained in:
antirez
2018-04-18 13:12:09 +02:00
parent 9c149bf1f1
commit aba76320d5
3 changed files with 33 additions and 2 deletions

View File

@ -2053,6 +2053,7 @@ void xackCommand(client *c);
void xpendingCommand(client *c);
void xclaimCommand(client *c);
void xinfoCommand(client *c);
void xdelCommand(client *c);
#if defined(__GNUC__)
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));