dschneider-pivotal commented on a change in pull request #7128:
URL: https://github.com/apache/geode/pull/7128#discussion_r754475194



##########
File path: 
geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/connection/ClientExecutor.java
##########
@@ -32,6 +33,9 @@
 import 
org.apache.geode.redis.internal.parameters.RedisParametersMismatchException;
 
 public class ClientExecutor implements CommandExecutor {
+  private static final List<String> supportedSubcommands =

Review comment:
       mark with Immutable tag

##########
File path: 
geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java
##########
@@ -47,6 +48,8 @@
 import 
org.apache.geode.redis.internal.parameters.RedisParametersMismatchException;
 
 public class ClusterExecutor implements CommandExecutor {
+  private static final List<String> supportedSubcommands =

Review comment:
       mark this with the Immutable tag




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