mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
Extend output of DEBUG HELP for POPULATE (#9869)
This commit is contained in:
parent
b8e82d205b
commit
bdf531e38d
@ -434,7 +434,9 @@ void debugCommand(client *c) {
|
||||
" Crash the server simulating a panic.",
|
||||
"POPULATE <count> [<prefix>] [<size>]",
|
||||
" Create <count> string keys named key:<num>. If <prefix> 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 <type>",
|
||||
" Reply with a test value of the specified type. <type> can be: string,",
|
||||
" integer, double, bignum, null, array, set, map, attrib, push, verbatim,",
|
||||
@ -476,7 +478,7 @@ void debugCommand(client *c) {
|
||||
"LISTPACK <key>",
|
||||
" Show low level info about the listpack encoding of <key>.",
|
||||
"QUICKLIST <key> [<0|1>]",
|
||||
" Show low level info about the quicklist encoding of <key>."
|
||||
" Show low level info about the quicklist encoding of <key>.",
|
||||
" The optional argument (0 by default) sets the level of detail",
|
||||
"CLIENT-EVICTION",
|
||||
" Show low level client eviction pools info (maxmemory-clients).",
|
||||
|
Loading…
Reference in New Issue
Block a user