docs icon indicating copy to clipboard operation
docs copied to clipboard

Suggested Redis socket configuration not working

Open melissaboiko opened this issue 4 years ago • 0 comments

Current install docs say:

If you are using a Unix socket for Redis, then:

  • Set REDIS_HOST to the path of the socket, e.g. /run/redis/redis.sock
  • Set REDIS_PORT to null

What worked for me was rather:

REDIS_SCHEME=unix
REDIS_PATH=/run/redis/redis-server.sock
# REDIS_HOST=
# REDIS_PORT=
# REDIS_PASSWORD=

This with source pulled from https://github.com/pixelfed/pixelfed/commit/eb84b6547d57db1d99b766c2efb012bded208dfb , redis 5:6.0.15-1 debian bullseye.

melissaboiko avatar Aug 25 '21 14:08 melissaboiko