sabbey37 commented on a change in pull request #6296:
URL: https://github.com/apache/geode/pull/6296#discussion_r627557883
##########
File path:
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/data/RedisString.java
##########
@@ -711,6 +716,11 @@ protected void handleSetExpiration(SetOptions options) {
}
}
+ @VisibleForTesting
+ protected static int getBaseRedisStringOverhead() {
+ return BASE_REDIS_STRING_OVERHEAD;
+ }
+
Review comment:
This method is no longer used.
--
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]