hedis icon indicating copy to clipboard operation
hedis copied to clipboard

Consider supporting rediss:// schema

Open MichaelXavier opened this issue 4 years ago • 1 comments

I came across this while browsing the docs from the python redis library. It looks like there's actually a provisional registration of rediss:// with the iana as a scheme used for redis over TLS. I wonder if hedis should support this. Considering that it would parse into a ConnectInfo, would it just set connectTLSParams = Just (defaultParamsClient host "")?

MichaelXavier avatar Oct 03 '19 20:10 MichaelXavier

Yeah, I think that might make sense. If anyone's interested -- you're welcome to make a PR!

k-bx avatar Oct 09 '19 06:10 k-bx