ringles commented on a change in pull request #6489: URL: https://github.com/apache/geode/pull/6489#discussion_r635590535
########## File path: geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/RedisConstants.java ########## @@ -56,4 +56,8 @@ "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."; + public static final String ERROR_INVALID_ZADD_OPTION_NX_XX = + "XX and NX options at the same time are not compatible"; + public static final String ERROR_INVALID_ZADD_OPTION_GT_LT_NX = + "GT, LT, and/or NX options at the same time are not compatible"; Review comment: Yeah, deleted for now. Someday we'll do Redis 6.x. -- 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: us...@infra.apache.org