Open steven-zou opened 6 years ago
@steven-zou it looks like the underlying library supports it: https://github.com/go-redis/redis
So we would just need to add some options and pass them through to pkg/cache/redis.go
Any news/plans/updates? I got use redis only as sentinel..., i can start chartmuseum with support redis HA?
Updates on this?
Check the code, seems only simple client is used to talk to redis cache. I'm wondering if we can config a redis with Sentinel/Cluster mode enabling as chartmeseum cache?