marcoCasamento / Hangfire.Redis.StackExchange

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

Use hangfire constants for check in `JobStorage.HasFeature` #132

Closed BobSilent closed 7 months ago

BobSilent commented 7 months ago

Use existing feature names from Hangfire.Storage.JobStorageFeatures instead of "magic" strings and add the supported feature for GetSetContains

marcoCasamento commented 7 months ago

done tx. As is just a minor refactor I don't plan to release it, let's deliver the change along with something else in the future