mirror of https://github.com/redis/redis.git
Removed spurious change.
This commit is contained in:
parent
2ab7de4b39
commit
3bb00b3a97
1
src/db.c
1
src/db.c
|
@ -2525,7 +2525,6 @@ keyStatus expireIfNeeded(redisDb *db, robj *key, kvobj *kv, int flags) {
|
||||||
return KEY_DELETED;
|
return KEY_DELETED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* CB passed to kvstoreExpand.
|
/* CB passed to kvstoreExpand.
|
||||||
* The purpose is to skip expansion of unused dicts in cluster mode (all
|
* The purpose is to skip expansion of unused dicts in cluster mode (all
|
||||||
* dicts not mapped to *my* slots) */
|
* dicts not mapped to *my* slots) */
|
||||||
|
|
Loading…
Reference in New Issue