Streams: XTRIM command added.

This commit is contained in:
antirez
2018-04-19 16:25:29 +02:00
parent 19ae809458
commit e6b0e8d9ec
3 changed files with 70 additions and 0 deletions

View File

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