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



##########
File path: 
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/executor/RedisResponse.java
##########
@@ -149,14 +149,14 @@ public static RedisResponse wrongpass(String error) {
     return new RedisResponse((bba) -> Coder.getWrongpassResponse(bba, error));
   }
 
-  public static RedisResponse customError(String error) {
-    return new RedisResponse((buffer) -> Coder.getCustomErrorResponse(buffer, 
error));
-  }
-

Review comment:
       Thanks - I meant to do that.




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