marcoCasamento / Hangfire.Redis.StackExchange

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

Added option to not use transactions #71

Closed AndreSteenbergen closed 6 years ago

AndreSteenbergen commented 6 years ago

Added option to not use transactions. This way it is possible to use redis cluster, without using just 1 slot in the entire cluster. With some small tests I haven't run in to any issues. What do you think?

AndreSteenbergen commented 6 years ago

Changed the csproj as well, sorry for that, didn't intend to do that.