From 439b1abe80551579908511c4915ed50bba7ae397 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 30 Nov 2018 16:37:48 +0100 Subject: 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 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; -- cgit v1.2.1