Closed kevinpollet closed 2 years ago
This pull request adds the support of the TLS configuration for the Redis backend. As explained in the linked issue, the TLS configuration is already supported by the client library github.com/go-redis/redis/v8.
github.com/go-redis/redis/v8
Fixes #72
Motivation
This pull request adds the support of the TLS configuration for the Redis backend. As explained in the linked issue, the TLS configuration is already supported by the client library
github.com/go-redis/redis/v8
.Fixes #72