graphite-project / graphite-web

A highly scalable real-time graphing system
http://graphite.readthedocs.org/
Apache License 2.0
5.89k stars 1.26k forks source link

[Q] Connect to a redis cluster #2708

Closed clalos2592 closed 3 years ago

clalos2592 commented 3 years ago

Hello, Would it be possible to have multiple entries on TAGDB_REDIS_HOST (i.e.connect to a redis cluster)? Thanks

deniszh commented 3 years ago

Hi @clalos2592

according to https://github.com/graphite-project/graphite-web/blob/19f2155a8902f1dc075d4276d384409f1c006764/webapp/graphite/tags/redis.py#L31-L37 only host is accepted. I.e. some load-balancer will need in case of cluster.

clalos2592 commented 3 years ago

Thanks @deniszh !