nonbinaryprogrammer commented on a change in pull request #5875:
URL: https://github.com/apache/geode/pull/5875#discussion_r552860024
##########
File path:
geode-redis/src/main/java/org/apache/geode/redis/internal/data/RedisSetCommandsFunctionExecutor.java
##########
@@ -37,18 +37,22 @@ public RedisSetCommandsFunctionExecutor(
super(helper);
}
- private RedisSet getRedisSet(ByteArrayWrapper key) {
- return helper.getRedisSet(key);
+ private RedisSet getRedisSet(ByteArrayWrapper key, boolean updateStats) {
Review comment:
I think I made the change that you suggested but I'm not positive that I
understood this correctly
----------------------------------------------------------------
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]