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



##########
File path: 
geode-for-redis/src/main/java/org/apache/geode/redis/internal/RedisCommandType.java
##########
@@ -167,6 +168,7 @@
   /*************** Connection ****************/
   AUTH(new AuthExecutor(), SUPPORTED, new Parameter().min(2).max(3, 
ERROR_SYNTAX).firstKey(0)
       .flags(NOSCRIPT, LOADING, STALE, FAST, NO_AUTH)),
+  CLIENT(new ClientExecutor(), SUPPORTED, new Parameter().min(2)),

Review comment:
       It's easier to explain what this is about 'in person' than leave details 
here.




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