touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.

This commit is contained in:
antirez
2010-12-29 19:39:42 +01:00
parent d021221086
commit cea8c5cd75
12 changed files with 96 additions and 91 deletions

View File

@ -120,3 +120,6 @@ int dsDel(redisDb *db, robj *key) {
int dsExists(redisDb *db, robj *key) {
}
int dsFlushDb(int dbid) {
}