[ 
https://issues.apache.org/jira/browse/GEODE-8965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294851#comment-17294851
 ] 

ASF GitHub Bot commented on GEODE-8965:
---------------------------------------

ringles opened a new pull request #6085:
URL: https://github.com/apache/geode/pull/6085


   This allows behavior simulating the Redis "noevict" out-of-memory policy. 
Operations that exceed the Geode configuration value of 
"critical-heap-percentage" will return a Redis-style "OOM" error message, which 
clients can respond to.


----------------------------------------------------------------
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:
us...@infra.apache.org


> Implement Redis "noevict" policy for Geode Redis
> ------------------------------------------------
>
>                 Key: GEODE-8965
>                 URL: https://issues.apache.org/jira/browse/GEODE-8965
>             Project: Geode
>          Issue Type: New Feature
>          Components: redis
>            Reporter: Raymond Ingles
>            Priority: Major
>              Labels: blocks-1.14.0​
>
> Redis supports the "noevict" eviction policy. When this is selected, Redis 
> returns an OOM error when commands that consume new memory are attempted. New 
> data cannot be written to the cache until either TTL expiration or explicit 
> deletion of keys has freed enough memory to allow write operations again.



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

Reply via email to