helm / chartmuseum

helm chart repository server
https://chartmuseum.com
Apache License 2.0
3.6k stars 401 forks source link

[QUESTION] Do we support redis Sentinel/Cluster as cache? #179

Open steven-zou opened 6 years ago

steven-zou commented 6 years ago

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?

jdolitsky commented 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

visteras commented 3 years ago

Any news/plans/updates? I got use redis only as sentinel..., i can start chartmuseum with support redis HA?

carlosjgp commented 1 year ago

Updates on this?