mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
cron part of disk store object cache implemented. Objects are pushed as IO jobs if needed, so that the IO thread will process them.
This commit is contained in:
@ -800,6 +800,8 @@ int blockClientOnSwappedKeys(redisClient *c, struct redisCommand *cmd);
|
||||
int dontWaitForSwappedKey(redisClient *c, robj *key);
|
||||
void handleClientsBlockedOnSwappedKey(redisDb *db, robj *key);
|
||||
int cacheFreeOneEntry(void);
|
||||
void cacheScheduleForFlush(redisDb *db, robj *key);
|
||||
void cacheCron(void);
|
||||
|
||||
/* Set data type */
|
||||
robj *setTypeCreate(robj *value);
|
||||
|
Reference in New Issue
Block a user