summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hyperloglog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyperloglog.c b/src/hyperloglog.c
index ba3a3ab60..fc21ea006 100644
--- a/src/hyperloglog.c
+++ b/src/hyperloglog.c
@@ -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;