[
https://issues.apache.org/jira/browse/GEODE-8933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282610#comment-17282610
]
ASF GitHub Bot commented on GEODE-8933:
---------------------------------------
ringles commented on a change in pull request #6019:
URL: https://github.com/apache/geode/pull/6019#discussion_r573954965
##########
File path:
geode-redis/src/main/java/org/apache/geode/redis/internal/executor/server/InfoExecutor.java
##########
@@ -28,6 +28,8 @@
public class InfoExecutor extends AbstractExecutor {
+ private static final Long ONE_MEGABYTE = 1024 * 1024 * 1024L;
Review comment:
Good point. Until we can return real values from Geode it's not critical
but we'll fix that ASAP!
----------------------------------------------------------------
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]
> Report max memory setting in Geode Redis statistics
> ---------------------------------------------------
>
> Key: GEODE-8933
> URL: https://issues.apache.org/jira/browse/GEODE-8933
> Project: Geode
> Issue Type: New Feature
> Components: redis
> Reporter: Raymond Ingles
> Priority: Major
> Labels: pull-request-available
>
> In order to implement eviction for Redis data, the INFO command will need to
> report at least one new field, "maxmemory".
--
This message was sent by Atlassian Jira
(v8.3.4#803005)