Voir sur GitHub
 (3 commentaires) (8 réactions) (0 assignés)C# (737 forks)batch import
help wanted

Métriques du dépôt

Stars
 (3 776 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur