From bdf531e38da06e87d6b2aa0f65da1b5b87b0f776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Tue, 30 Nov 2021 11:36:52 +0100 Subject: [PATCH] Extend output of DEBUG HELP for POPULATE (#9869) --- src/debug.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/debug.c b/src/debug.c index 52e39d2f6..8776de38f 100644 --- a/src/debug.c +++ b/src/debug.c @@ -434,7 +434,9 @@ void debugCommand(client *c) { " Crash the server simulating a panic.", "POPULATE [] []", " Create string keys named key:. If is specified then", -" it is used instead of the 'key' prefix.", +" it is used instead of the 'key' prefix. These are not propagated to", +" replicas. Cluster slots are not respected so keys not belonging to the", +" current node can be created in cluster mode.", "PROTOCOL ", " Reply with a test value of the specified type. can be: string,", " integer, double, bignum, null, array, set, map, attrib, push, verbatim,", @@ -476,7 +478,7 @@ void debugCommand(client *c) { "LISTPACK ", " Show low level info about the listpack encoding of .", "QUICKLIST [<0|1>]", -" Show low level info about the quicklist encoding of ." +" Show low level info about the quicklist encoding of .", " The optional argument (0 by default) sets the level of detail", "CLIENT-EVICTION", " Show low level client eviction pools info (maxmemory-clients).",