EDIT: I was not using the correct unixsocket path
It's working with this config:
unixsocket /var/run/redis/redis-server.sock
unixsocketperm 770
Apparently everything is working ok.
I'll leave this here for the next guy trying this.
I want to test using Redis (object cache only) with unix socket instead of 127.0.0.1
I've readed that it's faster, so i want to test.
I don't want to break WordOps "things" so i'm being extra careful
I'm following this tutorial: https://williammcgill.com/how-to-configure-redis-for-wordpress-object-caching-via-unix-socket-on-debian-12/
But got error in the step: #sudo systemctl restart redis
Job for redis-server.service failed because the control process exited with error code.
See "systemctl status redis-server.service" and "journalctl -xeu redis-server.service" for details.
I don't want to keep messing with it before asking you guys.
Have you done runnning redis with socket?