mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 09:21:34 +00:00
LOLWUT: wrap it into a proper command.
This commit is contained in:
@ -2109,6 +2109,7 @@ void xclaimCommand(client *c);
|
||||
void xinfoCommand(client *c);
|
||||
void xdelCommand(client *c);
|
||||
void xtrimCommand(client *c);
|
||||
void lolwutCommand(client *c);
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||
|
Reference in New Issue
Block a user