Skip to content

Support UNIX sockets #84

@david-macmahon

Description

@david-macmahon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions