RESP3: remove other pointless shared object.

This commit is contained in:
antirez
2018-11-26 18:57:37 +01:00
parent b7e8b734c9
commit fc9a3de97d
3 changed files with 3 additions and 5 deletions

View File

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