more step forwards for disk store to be able to run

This commit is contained in:
antirez
2010-12-29 16:58:57 +01:00
parent 5f6e1183e7
commit 5ef640986b
4 changed files with 63 additions and 103 deletions

View File

@ -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 */