Amazon web services – Is it possible to adjust the eviction policy in AWS ElasticCache – Redis to be less than 100%?
Currently, the policy only executes when it reaches 100%, which often results in OutOfMemory errors. It would seem logical to have the ability to set the policy to be executed at, say, 90% of memory used. Alternatively, could there be…