Xabaril/AspNetCore.Diagnostics.HealthChecks

Redis Sentinel support

Open

#611 建立於 2020年8月17日

在 GitHub 查看
 (6 留言) (4 反應) (0 負責人)C# (3,776 star) (737 fork)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

貢獻者指南