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?