X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/cc7c4158bc9c584b91560e9bf3dff51a9316c9b3..4c5f0966b2e582981d9fdaf3b511c6cf4ac4d4d5:/src/sort.c?ds=sidebyside diff --git a/src/sort.c b/src/sort.c index a44a6d63..1cf8932e 100644 --- a/src/sort.c +++ b/src/sort.c @@ -368,7 +368,7 @@ void sortCommand(redisClient *c) { * SORT result is empty a new key is set and maybe the old content * replaced. */ server.dirty += 1+outputlen; - touchWatchedKey(c->db,storekey); + signalModifiedKey(c->db,storekey); addReplyLongLong(c,outputlen); }