PragmaTwice commented on code in PR #2017:
URL: https://github.com/apache/kvrocks/pull/2017#discussion_r1452126778


##########
src/server/redis_reply.cc:
##########
@@ -67,6 +41,12 @@ std::string Array(const std::vector<std::string> &list) {
   return result;
 }
 
-std::string Command2RESP(const std::vector<std::string> &cmd_args) { return 
MultiBulkString(cmd_args, false); }
+std::string Array2RESP(const std::vector<std::string> &elems) {

Review Comment:
   ```suggestion
   std::string ArrayOfBulkStrings(const std::vector<std::string> &elems) {
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to