PragmaTwice opened a new pull request, #2778:
URL: https://github.com/apache/kvrocks/pull/2778

   AS IS:
   ```
   std::string GetXXXInfo();
   ```
   
   TO BE:
   ```
   using InfoEntries = std::vector<InfoEntry>;
   
   InfoEntries GetXXXInfo();
   ```


-- 
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