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).",