Avoid changing setKey() API after #6679 fix.

This commit is contained in:
antirez
2019-12-18 11:58:02 +01:00
parent 9d1baa0705
commit 5b9d3ac6c6
7 changed files with 21 additions and 12 deletions

View File

@ -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;