Skip to content

Allow connection to Redis via unix socket

gitlab-qa-bot requested to merge github/fork/peikk0/allow-redis-via-socket into master

Created by: peikk0

Allow connection to Redis via unix socket, using unix:/var/run/redis/redis.sock for example.

Default behaviour does not change, except that the full Redis URL must be configured, with redis:// for tcp or unix: for unix socket.

Merge request reports