]> git.saurik.com Git - redis.git/blobdiff - src/sort.c
Redis manifesto added
[redis.git] / src / sort.c
index a44a6d63ba891ca21ea32c2fe881c58b62750dd1..1cf8932e3758c14d756d92dd0da5241b1ca49e05 100644 (file)
@@ -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);
     }