From 1e65fdf7033db240c3ce7ce29b483bf2c392170c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20R=C3=BCdiger?= Date: Tue, 24 Sep 2013 12:25:16 +0200 Subject: [PATCH] Added description for Redis connection via unix socket --- doc/install/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/install/installation.md b/doc/install/installation.md index 660d7fa2bc1..dee2368e5bb 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -337,6 +337,12 @@ a different host, you can configure its connection string via the # example production: redis://redis.example.tld:6379 +If you want to connect the Redis server via socket, then use the "unix:" URL scheme +and the path to the Redis socket file in the `config/resque.yml` file. + + # example + production: unix:/path/to/redis/socket + ## Custom SSH Connection If you are running SSH on a non-standard port, you must change the gitlab user's SSH config.