RESP3: hyperloglog.c updated.

This commit is contained in:
antirez 2018-11-30 16:37:48 +01:00
parent 3fd78f41e8
commit ddb98ad56f

View File

@ -1512,7 +1512,7 @@ void pfdebugCommand(client *c) {
}
hdr = o->ptr;
addReplyMultiBulkLen(c,HLL_REGISTERS);
addReplyArrayLen(c,HLL_REGISTERS);
for (j = 0; j < HLL_REGISTERS; j++) {
uint8_t val;