(3 件のコメント) (8 件のリアクション) (0 人の担当者)C# (737 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (3,776 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

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