X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/3d24304ff930fd3392a63b79ed6037ebab94b742..996d503d1aab68bf0220951ab71a1ef9b8678b4a:/src/sort.c 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); }