mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 17:31:33 +00:00
refactor dbOverwrite to make lazyfree work
This commit is contained in:
@ -1835,6 +1835,7 @@ int dbAsyncDelete(redisDb *db, robj *key);
|
||||
void emptyDbAsync(redisDb *db);
|
||||
void slotToKeyFlushAsync(void);
|
||||
size_t lazyfreeGetPendingObjectsCount(void);
|
||||
void freeObjAsync(robj *o);
|
||||
|
||||
/* 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