mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
add a new SET option KEEPTTL that doesn't remove expire time
This commit is contained in:
@ -570,7 +570,7 @@ void sortCommand(client *c) {
|
||||
}
|
||||
}
|
||||
if (outputlen) {
|
||||
setKey(c->db,storekey,sobj);
|
||||
setKey(c->db,storekey,sobj,0);
|
||||
notifyKeyspaceEvent(NOTIFY_LIST,"sortstore",storekey,
|
||||
c->db->id);
|
||||
server.dirty += outputlen;
|
||||
|
Reference in New Issue
Block a user