mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
RESP3: hyperloglog.c updated.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user