mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 20:21:21 +00:00
Avoid changing setKey() API after #6679 fix.
This commit is contained in:
@ -570,7 +570,7 @@ void sortCommand(client *c) {
|
||||
}
|
||||
}
|
||||
if (outputlen) {
|
||||
setKey(c->db,storekey,sobj,0);
|
||||
setKey(c->db,storekey,sobj);
|
||||
notifyKeyspaceEvent(NOTIFY_LIST,"sortstore",storekey,
|
||||
c->db->id);
|
||||
server.dirty += outputlen;
|
||||
|
Reference in New Issue
Block a user