提交 89f6f6ab 编写于 作者: A antirez

setKey(): call the higher level wrapper setModifiedKey() instead of...

setKey(): call the higher level wrapper setModifiedKey() instead of touchWatchedKey() even if currently they are exactly the same.
上级 824ea017
......@@ -110,7 +110,7 @@ void setKey(redisDb *db, robj *key, robj *val) {
}
incrRefCount(val);
removeExpire(db,key);
touchWatchedKey(db,key);
signalModifiedKey(db,key);
}
int dbExists(redisDb *db, robj *key) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册