Xabaril/AspNetCore.Diagnostics.HealthChecks

Redis Sentinel support

Open

#611 opened on 2020年8月17日

GitHub で見る
 (6 comments) (4 reactions) (0 assignees)C# (3,776 stars) (737 forks)batch import
feature requesthelp wanted

説明

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

コントリビューターガイド