You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Raymond Ingles (Jira)" <ji...@apache.org> on 2021/02/08 22:09:00 UTC

[jira] [Created] (GEODE-8927) Implement the Redis allkeys-lru eviction policy when OOM

Raymond Ingles created GEODE-8927:
-------------------------------------

             Summary: Implement the Redis allkeys-lru eviction policy when OOM
                 Key: GEODE-8927
                 URL: https://issues.apache.org/jira/browse/GEODE-8927
             Project: Geode
          Issue Type: New Feature
          Components: redis
    Affects Versions: 1.14.0
            Reporter: Raymond Ingles


Native Redis supports various eviction policies when running out of memory. The default is "allkeys-lru", where the least-recently-used keys are evicted to make room for new data. Geode Redis needs to implement this policy as that is what Redis users will expect.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)