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

贡献者指南