You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ri...@apache.org on 2021/11/04 15:03:19 UTC

[geode] branch GEM-3421-Geode-for-Redis-String-TLS-Tests updated: spA

This is an automated email from the ASF dual-hosted git repository.

ringles pushed a commit to branch GEM-3421-Geode-for-Redis-String-TLS-Tests
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/GEM-3421-Geode-for-Redis-String-TLS-Tests by this push:
     new 1abb840  spA
1abb840 is described below

commit 1abb84006331cbbad27b7a947cf34dd56b79cb55
Author: Ray Ingles <ri...@vmware.com>
AuthorDate: Thu Nov 4 11:02:04 2021 -0400

    spA
---
 .../apache/geode/redis/internal/executor/cluster/ClusterExecutor.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java b/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java
index 5317906..53a2abf 100644
--- a/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java
+++ b/geode-for-redis/src/main/java/org/apache/geode/redis/internal/executor/cluster/ClusterExecutor.java
@@ -38,6 +38,7 @@ import org.apache.geode.cache.Region;
 import org.apache.geode.cache.partition.PartitionMemberInfo;
 import org.apache.geode.cache.partition.PartitionRegionHelper;
 import org.apache.geode.cache.partition.PartitionRegionInfo;
+import org.apache.geode.logging.internal.log4j.api.LogService;
 import org.apache.geode.redis.internal.SlotAdvisor;
 import org.apache.geode.redis.internal.data.KeyHashUtil;
 import org.apache.geode.redis.internal.data.RedisData;
@@ -48,6 +49,7 @@ import org.apache.geode.redis.internal.netty.Command;
 import org.apache.geode.redis.internal.netty.ExecutionHandlerContext;
 import org.apache.geode.redis.internal.parameters.RedisParametersMismatchException;
 
+
 public class ClusterExecutor implements CommandExecutor {
   private static final Logger logger = LogService.getLogger();