documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Use default redis socket name in example config

Open emcauliffe opened this issue 2 years ago • 1 comments

☑️ Resolves

  • Update example config to connect to default redis-server.sock file
  • Matches https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#connecting-to-single-redis-server-over-unix-socket

🖼️ Screenshots

Before Before

After After

emcauliffe avatar Jul 16 '23 05:07 emcauliffe

Thanks for your pull request :+1:

Update example config to connect to default redis-server.sock file

The socket path/name is often adjusted by the package maintainer to match the system's default. Default value provided from redis.conf (https://raw.githubusercontent.com/redis/redis/7.0/redis.conf) is /run/redis.sock

Matches https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#connecting-to-single-redis-server-over-unix-socket

Not anymore? ;) The linked article says '/run/redis/redis-server.sock', :thinking:

Could you please update your pull request to align the socket paths?

kesselb avatar Aug 03 '23 19:08 kesselb