Closed benjaminbellamy closed 3 years ago
castopod_ynh is currently using file cache system which is not the fastest in town. Since Redis is already up&running, why not use it?
cat /var/www/castopod/.env
[…] # Cache configuration (advanced) # Keep as is if you don't know what this means cache.handler="file"
[…] #-------------------------------------------------------------------- # Redis configuration #-------------------------------------------------------------------- cache.handler="redis" cache.redis.host="127.0.0.1" cache.redis.password=null cache.redis.port=6379 cache.redis.database=0
N/A
Closing with #27
Feature Request
castopod_ynh is currently using file cache system which is not the fastest in town. Since Redis is already up&running, why not use it?
Context
Steps to reproduce
Expected behavior
Logs
N/A