BalaKaza commented on a change in pull request #7236:
URL: https://github.com/apache/geode/pull/7236#discussion_r779160561
##########
File path:
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/set/AbstractSInterIntegrationTest.java
##########
@@ -41,6 +40,9 @@
private JedisCluster jedis;
private static final int REDIS_CLIENT_TIMEOUT =
Math.toIntExact(GeodeAwaitility.getTimeout().toMillis());
+ private static final String REDIS_USER_SET1 = "{user1}set1";
+ private static final String REDIS_USER_SET2 = "{user1}set2";
+ private static final String REDIS_USER_SET3 = "{user1}set3";
Review comment:
Thanks for the explanation. Changed the constants.
--
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]