jdeppe-pivotal commented on a change in pull request #6977:
URL: https://github.com/apache/geode/pull/6977#discussion_r728975592



##########
File path: 
geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/RedisResponse.java
##########
@@ -79,6 +79,14 @@ public static RedisResponse string(byte[] byteArray) {
     return new RedisResponse((buffer) -> Coder.getSimpleStringResponse(buffer, 
byteArray));
   }
 
+  public static RedisResponse bulkStrings(Object message) {

Review comment:
       I think this call could mostly be replaced with a call to `array`. We 
can do it in a separate PR too.




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