在 GitHub 查看
 (3 留言) (8 反應) (0 負責人)C# (737 fork)batch import
help wanted

倉庫指標

Star
 (3,776 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

What would you like to be added:

I have already registered a singleton IConnectionMultiplexer to my IoC container and I would like my health check to use that instead.

// Func<IServiceProvider, IConnectionMultiplexer>
.AddRedis(sp => sp.GetRequiredService<IConnectionMultiplexer>())

Why is this needed:

To use the same connection as the application

貢獻者指南