Files
podinfo/deploy/bases/cache/redis.conf
stefanprodan 73b658d711 Add cache API
- implement cache with Redis
- add cache-server to args and config
- add Redis deployment to webapp overlays
2020-05-16 09:53:17 +03:00

5 lines
66 B
Plaintext

maxmemory 64mb
maxmemory-policy allkeys-lru
save ""
appendonly no