Xabaril/AspNetCore.Diagnostics.HealthChecks

Redis Sentinel support

Open

#611 geöffnet am 17. Aug. 2020

Auf GitHub ansehen
 (6 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)C# (3.776 Stars) (737 Forks)batch import
feature requesthelp wanted

Beschreibung

Hi. I use RedisHealthCheck to connect to the Redis cluster in Sentinel mode so my connection string specifies Sentinel addresses, not Redis: tst-srv1.domain.com:26379,tst-srv2.domain.com:26379,tst-srv3.domain.com:26379 . I get this error:

RedisServerException: Error: ERR unknown command ECHO

Contributor Guide