kvtools / valkeyrie

Distributed Key/Value Store Abstraction Library written in Go.
https://pkg.go.dev/github.com/kvtools/valkeyrie
Apache License 2.0
278 stars 43 forks source link

feat: support TLS configuration for Redis backend #73

Closed kevinpollet closed 2 years ago

kevinpollet commented 2 years ago

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