-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
write some words about redis #7402
Comments
redis is an alternative to direct tcp connections to the master: rather than all the workers connecting to the master, all the workers and the master connect to redis, which relays replication commands between processes. this can give a significant cpu saving on the master and will be a prerequisite for operation gemini work.
Question: should we put this in the sample config yet? |
If we support AF_UNIX connections as well as TCP connections, a performance boost can be expected. |
done in #7446. |
@demimarie-parity txredisapi doesn't support unix-domain sockets afaict and it's not entirely obvious to me that the performance boost would be anything other than trivial |
@richvdh txredisapi supports unix domain socket since at least 2013: https://github.com/IlyaSkriblovsky/txredisapi#features |
Is adding redis via unix socket possible in the future? Do we need a new issue/feature_request? |
I'd recommend filing a new issue for that. |
No description provided.
The text was updated successfully, but these errors were encountered: