If memory consumption goes over available memory app crashes.
So far I've changed memory-policy from volatile-lru to allkeys-lru via plugin's dashboard. However I'm not sure it'll work since I'm not sure of maxmemory it'll try to use.
redis-rails doesn't give a config option for maxmemory (it seems) and I believe I don't have access to redis.conf file. (or do I?)
So what are my options?
The
maxmemoryis automatically set by the plan that you choose, i.e. the free tier sets it to 30mb.That is correct.