Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add simple TLS support in Go RedisOnlineStore #2860

Merged
merged 2 commits into from
Jun 29, 2022

Commits on Jun 24, 2022

  1. Add simple TLS support in RedisOnlineStore

    Per the go-redis docs: 'To enable TLS/SSL, you need to provide an empty tls.Config.'
    https://redis.uptrace.dev/guide/go-redis.html#using-tls
    
    This will allow users to append ',ssl=True' to their connection string
    in order to enable TLS/SSL support in the Redis client
    
    Signed-off-by: William Horton <william.horton@grandrounds.com>
    wdhorton committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    3352561 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Add tests of Redis config from connection string

    Signed-off-by: William Horton <william.horton@grandrounds.com>
    wdhorton committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    666b4bd View commit details
    Browse the repository at this point in the history