You should edit your /etc/redis/redis.conf
and make the following correction:
/var/run/redis/redis-server.sock=
←
to
/var/run/redis/redis-server.sock
(btw. you can omit /var
, since /var/run
is a symlink to /run
)
Then you should check wether www-data
is a member of the redis
group.
Please read this:
Much luck,
ernolf