v0.8.0
Full Changelog: v0.7.0...v0.8.0
- Added support for Redis TLS support in #5 (no configuration needed).
- Added support for retrying Redis communication in #6 (
REDIS_PUBLISH_RETRY_COUNT
).- There's also a couple of new flags to configure the Redis connection:
REDIS_CONNECTION_RETRY_COUNT
,REDIS_CONNECTION_TIMEOUT_SECS
,REDIS_MAX_DELAY_SECS
, andREDIS_RESPONSE_TIMEOUT_SECS
.
- There's also a couple of new flags to configure the Redis connection:
This release is brought to you by @jdgjsag67251 🚀