Did anyone every succeed in using Redis with sockets instead of TCP? I modified this in /etc/redis.conf: port 0 unixsocket /tmp/redis.sock unixsocketperm 777 After a restart of Redis, the socket is created and I can do a ping: redis-cli -s...