提交 155fb4b4 编写于 作者: A antirez

latest fix reverted, there is some problem reported by the CI test

上级 7f00cd22
......@@ -127,7 +127,7 @@ int dbDelete(redisDb *db, robj *key) {
* deleting the key will kill the I/O thread bringing the key from swap
* to memory, so the client will never be notified and unblocked if we
* don't do it now. */
handleClientsBlockedOnSwappedKey(db,key);
/* handleClientsBlockedOnSwappedKey(db,key); */
/* Deleting an entry from the expires dict will not free the sds of
* the key, because it is shared with the main dictionary. */
if (dictSize(db->expires) > 0) dictDelete(db->expires,key->ptr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册