mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-12 02:45:45 +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
|
@ -71,7 +71,7 @@ void ScriptMgr::Run(CmdArgList args, ConnectionContext* cntx) {
|
|||
" Prints latency histograms in usec for every called function.",
|
||||
"HELP"
|
||||
" Prints this help."};
|
||||
return (*cntx)->SendSimpleStrArr(kHelp, ABSL_ARRAYSIZE(kHelp));
|
||||
return (*cntx)->SendSimpleStrArr(kHelp);
|
||||
}
|
||||
|
||||
if (subcmd == "EXISTS" && args.size() > 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue