nonbinaryprogrammer commented on a change in pull request #6573:
URL: https://github.com/apache/geode/pull/6573#discussion_r647815767
##########
File path:
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/AbstractZAddIntegrationTest.java
##########
@@ -35,12 +35,17 @@
import redis.clients.jedis.Protocol;
import redis.clients.jedis.params.ZAddParams;
+import org.apache.geode.redis.ConcurrentLoopingThreads;
import org.apache.geode.redis.RedisIntegrationTest;
import org.apache.geode.redis.internal.RedisConstants;
+import org.apache.geode.redis.internal.netty.Coder;
import org.apache.geode.test.awaitility.GeodeAwaitility;
public abstract class AbstractZAddIntegrationTest implements
RedisIntegrationTest {
private JedisCluster jedis;
Review comment:
good point 👍
--
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]