projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cluster configuration saving
[redis.git]
/
src
/
sort.c
diff --git
a/src/sort.c
b/src/sort.c
index a44a6d63ba891ca21ea32c2fe881c58b62750dd1..1cf8932e3758c14d756d92dd0da5241b1ca49e05 100644
(file)
--- 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;
-
touchWatch
edKey(c->db,storekey);
+
signalModifi
edKey(c->db,storekey);
addReplyLongLong(c,outputlen);
}