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

Hides password in RedisStorage.ToString() method. #116

Closed matheusriboli closed 1 year ago

matheusriboli commented 1 year ago

Fixes

Before:

Default console output (.Tostring)

image

WriteOptionsToLog

image

Hangfire dashboard

image

After:

Default console output (.Tostring)

image

WriteOptionsToLog

image

Hangfire dashboard

image

Tests:

image

marcoCasamento commented 1 year ago

Sure! Thanks for the PR, plan to release on nuget between today and tomorrow