Fix protocol difference with Redis
Former-commit-id: dec5db4e71231135570d1f03cde4203ec0b87e44
This commit is contained in:
parent
855753ebb3
commit
54de1d579d
@ -331,7 +331,7 @@ void lindexCommand(client *c) {
|
|||||||
addReplyBulk(c,value);
|
addReplyBulk(c,value);
|
||||||
decrRefCount(value);
|
decrRefCount(value);
|
||||||
} else {
|
} else {
|
||||||
addReplyNull(c,shared.nullbulk);
|
addReplyNull(c);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
serverPanic("Unknown list encoding");
|
serverPanic("Unknown list encoding");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user