Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update object cache settings page with messaging for Redis socket #746

Open
harryjackson1221 opened this issue Sep 26, 2023 · 1 comment

Comments

@harryjackson1221
Copy link
Contributor

Currently, the object cache settings page when using redis mentions hostname / IP and port, but you can also use a redis socket, which is theoretically faster than using tcp.
https://redis.io/docs/management/optimization/benchmarks/#:~:text=Depending%20on%20the%20platform%2C%20unix,use%20the%20TCP%2FIP%20loopback.

image
Please add messaging here about using a socket, such as the following:

image

To use Multiple servers separate by a comma; e.g. 127.0.0.1:6379, domain.com:6379. For local Redis instances, use a socket to connect; e.g. /var/run/redis/redis.sock or /var/run/redis/redis.sock:0. To use TLS, prefix server with tls://

@villelaitila
Copy link

Small sidenote: same for Memcached would also be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants