It seems there are some issues when turning on redis unix socket.
Can someone share his deployment, I had this working in past versions, yet due to poor update system of some of the apps, the configs are ignored completely so a new upgrade of redis will overwrite all previous settings.
Mar 30 18:57:26 apa.uhlhosting.ch sudo[386244]: root : TTY=pts/0 ; PWD=/ ; USER=redis ; COMMAND=/www/server/redis/src/redi>
Mar 30 18:57:26 apa.uhlhosting.ch sudo[386244]: pam_systemd(sudo:session): Cannot create session: Already running in a session>
Mar 30 18:57:26 apa.uhlhosting.ch sudo[386244]: pam_unix(sudo:session): session opened for user redis by root(uid=0)
Mar 30 18:57:26 apa.uhlhosting.ch sudo[386244]: pam_unix(sudo:session): session closed for user redis
[root@apa ~]# sudo su redis
This account is currently not available.
[root@apa ~]# service redis start
Starting redis server...
Starting redis success!
[root@apa ~]# service redis status
redis is stopped
[root@apa ~]#