You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "")?
The text was updated successfully, but these errors were encountered:
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 aConnectInfo
, would it just setconnectTLSParams = Just (defaultParamsClient host "")
?The text was updated successfully, but these errors were encountered: