How to install and activate Redis for WordPress

Post Reply
User avatar
isscbta
Team Member
Posts: 132
Joined: Mon Jul 19, 2021 1:41 am
Has thanked: 17 times
Been thanked: 3 times

Quick tutorial on how to install and setup Redis for your WordPress website:

1. First part is done in terminal under root account:

Code: Select all

v-update-myvesta
v-commander 'inst redis'
2. Second part is done in your WordPress dashboard
  • Install and activate this plugin: Redis Object Cache (by Till Krüss)
  • Go to Settings/Redis
  • Click Enable Object Cache
  • If you see this, that means that you successfully installed Redis on your WordPress website:

    redis.png
    redis.png (68.75 KiB)

Tags:
shahidirfan
Posts: 22
Joined: Sat Sep 05, 2020 11:28 am
Been thanked: 2 times

It gives error command not found. How to fix it?
Post Reply