mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Add missing comma in memory/xgroup command help message. (#9210)
This would have resulted in missing newline in the help message
This commit is contained in:
@@ -1293,7 +1293,7 @@ void memoryCommand(client *c) {
|
||||
const char *help[] = {
|
||||
"DOCTOR",
|
||||
" Return memory problems reports.",
|
||||
"MALLOC-STATS"
|
||||
"MALLOC-STATS",
|
||||
" Return internal statistics report from the memory allocator.",
|
||||
"PURGE",
|
||||
" Attempt to purge dirty pages for reclamation by the allocator.",
|
||||
|
||||
@@ -2393,7 +2393,7 @@ void xgroupCommand(client *c) {
|
||||
" Create a new consumer in the specified group.",
|
||||
"DELCONSUMER <key> <groupname> <consumer>",
|
||||
" Remove the specified consumer.",
|
||||
"DESTROY <key> <groupname>"
|
||||
"DESTROY <key> <groupname>",
|
||||
" Remove the specified group.",
|
||||
"SETID <key> <groupname> <id|$>",
|
||||
" Set the current group ID.",
|
||||
|
||||
Reference in New Issue
Block a user