Fix protocol difference with Redis

Former-commit-id: dec5db4e71231135570d1f03cde4203ec0b87e44
This commit is contained in:
John Sully 2020-09-11 20:08:26 +00:00
parent 855753ebb3
commit 54de1d579d

View File

@ -331,7 +331,7 @@ void lindexCommand(client *c) {
addReplyBulk(c,value);
decrRefCount(value);
} else {
addReplyNull(c,shared.nullbulk);
addReplyNull(c);
}
} else {
serverPanic("Unknown list encoding");