mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 01:11:33 +00:00
more step forwards for disk store to be able to run
This commit is contained in:
@ -772,6 +772,7 @@ int dsOpen(void);
|
||||
int dsClose(void);
|
||||
int dsSet(redisDb *db, robj *key, robj *val);
|
||||
robj *dsGet(redisDb *db, robj *key);
|
||||
int dsDel(redisDb *db, robj *key);
|
||||
int dsExists(redisDb *db, robj *key);
|
||||
|
||||
/* Disk Store Cache */
|
||||
|
Reference in New Issue
Block a user