1
0
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:
antirez
2015-09-28 10:51:25 +02:00
parent c69c6c80fb
commit 1f26a9468f
3 changed files with 10 additions and 2 deletions

@ -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);