marcoCasamento / Hangfire.Redis.StackExchange

HangFire Redis storage based on original (and now unsupported) Hangfire.Redis but using lovely StackExchange.Redis client
Other
456 stars 109 forks source link

Change ConnectionMultiplexer to IConnectionMultiplexer in RedisStorage #44

Closed okrushelnitsky closed 7 years ago

okrushelnitsky commented 7 years ago

StackExchange.Redis provides interface for ConnecttionMultiplexer. This change will allow the using of custom implementations of ConnectionMultiplexer and wrappers.

WebApelsin commented 7 years ago

It seems like there is some problem with the Redis dependency in AppVeyor. @marcoCasamento could you look closer? This fix should be very helpful in case of using Sentinel feature or some custom failover solution.

marcoCasamento commented 7 years ago

Of course, thanks for the PR. There was no problem with the code of course but simply something wrong my private appveyor nuget feed. I'm going to deploy it to nuget.org feed