mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 09:21:34 +00:00
Streams: XTRIM command added.
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user