We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21a3763 + 76f03ed commit 9b96f8bCopy full SHA for 9b96f8b
1 file changed
running-pixelfed/installation.md
@@ -101,7 +101,7 @@ If you are running Redis on another machine:
101
If you are using a Unix socket for Redis, then:
102
103
- Set `REDIS_SCHEME` to `unix`
104
-- Set `REDIS_HOST` to the path of the socket, e.g. `/run/redis/redis.sock`
+- Set either `REDIS_PATH` (if using predis) or `REDIS_HOST` (if using phpredis) to the path of the socket, e.g. `/run/redis/redis.sock`
105
- Set `REDIS_PORT` to `0`
106
107
::: tip
0 commit comments