Configure Redis to Use Unix Socket: Permission denied

Your Error screenshot says PHPRedis Not Loaded, You are probably missing the PHP extension for Redis, so first install PHP libs that talk to Redis.

sudo apt install PHP<x.x>-redis

restart phpx.x-fpm

Then you need Redis plugin in your WP

Some old Vesta threads that might be helpful

https://forum.vestacp.com/viewtopic.php?t=14647

2 Likes