Skip to content

Commit 9b96f8b

Browse files
authored
Merge pull request #153 from Underwaterr/add-predis-socket-variable
update installation docs to include setting predis socket path
2 parents 21a3763 + 76f03ed commit 9b96f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

running-pixelfed/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you are running Redis on another machine:
101101
If you are using a Unix socket for Redis, then:
102102

103103
- Set `REDIS_SCHEME` to `unix`
104-
- Set `REDIS_HOST` to the path of the socket, e.g. `/run/redis/redis.sock`
104+
- 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`
105105
- Set `REDIS_PORT` to `0`
106106

107107
::: tip

0 commit comments

Comments
 (0)