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 think instead of connectHost and connectPort, the connection details should include connectAddr which is a SockAddr. This would help avoid confusion about what connectHost does or whether it needs to be set correctly when you're connecting via Unix socket.
The text was updated successfully, but these errors were encountered:
We can further discuss here about how to take this forward with maintaining backward compatibility for the current users. Another idea is to make the connectHost as Maybe and return error on Nothing when connectPort is not Unix Socket.
qnikst
pushed a commit
to SiriusCourses/hedis
that referenced
this issue
May 22, 2023
I think instead of
connectHost
andconnectPort
, the connection details should includeconnectAddr
which is aSockAddr
. This would help avoid confusion about whatconnectHost
does or whether it needs to be set correctly when you're connecting via Unix socket.The text was updated successfully, but these errors were encountered: