Hi All,
Currently I have redis installed and have a few questions I hope someone can help me with?
1. In the local.xml I have the tag:
<automatic_cleaning_factor>0</automatic_cleaning_factor> <!-- Disabled by default -->
If I change the 0 to 1 will it automatically do a flush of my cache when required?
(Kinda like flushall from redis-cli?)
2. in redis.conf:
I'm going to put the following settings:
maxmemory 256mb maxmemory-policy allkeys-lru
(Which I found from a wordpress config site).
Also is mentioned here : http://redis.io/topics/config
Does this make sense for Magento if I'm just using Redis as a cache?
Thank you!
Hello? Does anyone know the answer to this?
Thank you!
The above is from the Github site for the REDIS magento extension.