sabbey37 commented on a change in pull request #5682:
URL: https://github.com/apache/geode/pull/5682#discussion_r514475635
##########
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:
After some discussion, we decided to return `ERR Only DB 0 supported` if
anything other than 0 is passed in as a DB index argument.
----------------------------------------------------------------
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]