-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
redis-server can use only UNIX sockets (i.e. no TCP sockets) by setting port
to 0 and unixsocket
to the pathname of a UNIX socket. Redis.jl only supports TCP sockets currently so it cannot access such a server. Not a big problem if one can configure the server to also bind to a TCP port on localhost
, but a very big problem if one does not control the redis-server configuration.
Metadata
Metadata
Assignees
Labels
No labels