mirror of
https://github.com/fluencelabs/redis
synced 2025-06-26 23:41:33 +00:00
Lazyfree: pending objects count in INFO output.
This commit is contained in:
@ -1414,6 +1414,7 @@ void slotToKeyFlush(void);
|
||||
int dbAsyncDelete(redisDb *db, robj *key);
|
||||
void emptyDbAsync(redisDb *db);
|
||||
void slotToKeyFlushAsync(void);
|
||||
size_t lazyfreeGetPendingObjectsCount(void);
|
||||
|
||||
/* API to get key arguments from commands */
|
||||
int *getKeysFromCommand(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
|
||||
|
Reference in New Issue
Block a user