mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 19:21:21 +00:00
RESP3: remove other pointless shared object.
This commit is contained in:
@ -298,7 +298,7 @@ void linsertCommand(client *c) {
|
||||
server.dirty++;
|
||||
} else {
|
||||
/* Notify client of a failed insert */
|
||||
addReply(c,shared.cnegone);
|
||||
addReplyLongLong(c,-1);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user