Xabaril/AspNetCore.Diagnostics.HealthChecks

Redis Sentinel support

Open

#611 ouverte le 17 août 2020

Voir sur GitHub
 (6 commentaires) (4 réactions) (0 assignés)C# (3 776 stars) (737 forks)batch import
feature requesthelp wanted

Description

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

Guide contributeur