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
Hi team, are you still considering this enhancement? I'd like to confirm it before I do any dev works. I'm seeing the current implementation assumes everywhere that there's only one TCP server listening for the connections so I'm not sure if it's a big change to support Unix socket.
Feature request type
enhancement
Is your feature request related to a problem? Please describe
Some of us prefer to avoid the overhead of TCP/IP when connecting services on the same machine.
Describe the solution you'd like
Two more flags:
unixsocket
andunixsocketperm
Describe alternatives you've considered
Use one of the many alternatives that support unix sockets 😄
Additional context
The flags above are identical to Redis FYI.
The text was updated successfully, but these errors were encountered: