mediocregopher / radix

Redis client for Go
MIT License
626 stars 113 forks source link

Add support for TLS connections #103

Closed Resonance1584 closed 5 years ago

Resonance1584 commented 5 years ago

We are using AWS Elasticache for Redis which adds an optional TLS layer to the connection. https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/in-transit-encryption.html

This feature is required in order to use AUTH with Elasticache.

It is a relatively minor change to add a TLS Dial option to radix, but I do understand if you'd rather keep this library simpler.

mediocregopher commented 5 years ago

Merged, thanks for the PR! :)