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