mirror of
https://github.com/fluencelabs/redis
synced 2025-07-04 03:11:34 +00:00
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:
@ -120,3 +120,6 @@ int dsDel(redisDb *db, robj *key) {
|
||||
|
||||
int dsExists(redisDb *db, robj *key) {
|
||||
}
|
||||
|
||||
int dsFlushDb(int dbid) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user