mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
refactor(facade): Refactor reply builder (#991)
Refactor RedisReplyBuilder to simplify method overloads
This commit is contained in:
parent
ef4062d817
commit
72f67eddd8
12 changed files with 144 additions and 203 deletions
|
@ -84,7 +84,7 @@ void MemoryCmd::Run(CmdArgList args) {
|
|||
"USAGE",
|
||||
" (not implemented).",
|
||||
};
|
||||
return (*cntx_)->SendSimpleStrArr(help_arr, ABSL_ARRAYSIZE(help_arr));
|
||||
return (*cntx_)->SendSimpleStrArr(help_arr);
|
||||
};
|
||||
|
||||
if (sub_cmd == "USAGE") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue