From ddb98ad56f9e9eb658f79ee8faf2b027e97c0af7 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 30 Nov 2018 16:37:48 +0100 Subject: [PATCH] RESP3: hyperloglog.c updated. --- src/hyperloglog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hyperloglog.c b/src/hyperloglog.c index ba3a3ab6..fc21ea00 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;