Xabaril/AspNetCore.Diagnostics.HealthChecks

Redis Sentinel support

Open

Aperta il 17 ago 2020

Vedi su GitHub
 (6 commenti) (4 reazioni) (0 assegnatari)C# (3776 star) (737 fork)batch import
feature requesthelp wanted

Descrizione

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

Guida contributor