View on GitHub
 (3 comments) (8 reactions) (0 assignees)C# (737 forks)batch import
help wanted

Repository metrics

Stars
 (3,776 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide