TLS
How can a TLS connection be enabled with redispipe?
Currently there is no option. We are using opensource redis, and it doesn't have TLS. Therefore, we had no need to implement it.
Connection logic is concentrated in conn.dial function: https://github.com/joomcode/redispipe/blob/b212f1fd2dc7e410af190b6ac1817e72703d6747/redisconn/conn.go#L497 https://github.com/joomcode/redispipe/blob/b212f1fd2dc7e410af190b6ac1817e72703d6747/redisconn/conn.go#L525-L528 I will accept well formatted PR if you send one. It will be great if PR will contain instructions to test it, since I hardly know how to run Redis through TLS at the moment.
Looks like it is fixed in #24