sabbey37 commented on a change in pull request #5682:
URL: https://github.com/apache/geode/pull/5682#discussion_r514290020



##########
File path: 
geode-redis/src/main/java/org/apache/geode/redis/internal/RedisConstants.java
##########
@@ -30,6 +30,8 @@
   public static final String SERVER_ERROR_MESSAGE =
       "The server had an internal error please try again";
   public static final String SERVER_ERROR_SHUTDOWN = "The server is shutting 
down";
+  public static final String ERROR_SELECT_CLUSTER_MODE = "SELECT is not 
allowed in cluster mode";

Review comment:
       I definitely understand what you mean.  I think it would be good for us 
to discuss this.  There is also an `ERR DB index is out of range` message Redis 
returns if the user tries to select a DB that is not 0-15, but is still a long. 
 We could potentially return that instead.




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

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


Reply via email to