AliBazzi / IdentityServer4.Contrib.RedisStore

A persistence layer using Redis DB for operational data and for caching capability for Identity Server 4
https://www.nuget.org/packages/IdentityServer4.Contrib.RedisStore
MIT License
137 stars 48 forks source link

Make it possible to reuse existing multiplexer #19

Closed joukevandermaas closed 5 years ago

joukevandermaas commented 5 years ago

Our app already has a ConnectionMultiplexer, and for optimal performance we should re-use it when integrating this library. However, I cannot find the option to pass in an existing StackExchange.Redis.ConnectionMultiplexer instance to this library.

Is this something you would be willing to add? If you are open to it, I can perhaps open a PR to add this feature.

AliBazzi commented 5 years ago

@joukevandermaas Sure, go ahead and submit a PR please, happy to add that as an option