Closed
Description
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
Labels
No labels