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