sabbey37 commented on a change in pull request #6359:
URL: https://github.com/apache/geode/pull/6359#discussion_r618462001
##########
File path:
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/RedisConstants.java
##########
@@ -54,4 +54,6 @@
public static final String ERROR_UNKNOWN_SLOWLOG_SUBCOMMAND =
"Unknown subcommand or wrong number of arguments for '%s'. Try SLOWLOG
HELP.";
+ public static final String ERROR_UNKNOWN_CLUSTER_SUBCOMMAND =
+ "Unknown subcommand or wrong number of arguments for '%s'. Try CLUSTER
HELP.";
Review comment:
Is there also a story for `CLUSTER HELP`? It would be kind of
frustrating if the user is told to run `CLUSTER HELP`, but then they get the
message `ERR Unknown subcommand or wrong number of arguments for 'HELP'. Try
CLUSTER HELP.` Also, seems like it would be a small effort. Can definitely be a
different PR/ticket/story, just wanted to make sure it existed.
--
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]