Skip to content

Connecting to Redis on a remote server using sockets #146

Closed
@mobiluckeng

Description

@mobiluckeng

Hello,

We are using Redis heavily and running 150 Redis server instances on each machine.
We chose to connect to Redis using Unix sockets over TCP sockets because it seems to offer better performances and it allows us to manage many Redis instances.
E.g.: redis-cli -s redis-1234.sock
Now, we need to access Redis instances on a remote server...
Is it possible to do this using Unix sockets? Or do we need to switch back to TCP.

Many thanks in advance!
Olivier

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