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

Replaced non thread safe hashset with threadsafe concurrent dict. #95

Closed luukholleman closed 4 years ago

luukholleman commented 4 years ago

Fixing https://github.com/marcoCasamento/Hangfire.Redis.StackExchange/issues/90 https://github.com/marcoCasamento/Hangfire.Redis.StackExchange/issues/91

marcoCasamento commented 4 years ago

Thanks!