Recommended Redis installation, manage and maintain Redis through SSH
-
Hi there, this is not directly a plugin question but a general question to Redis server installation and how to maintain Redis on the server. Documentation from the Redis community is at a very high level and requires in debt knowledge how to manage Redis through SSH, which can go very wrong if you don’t know what you are doing. Therefor I think this topic will be of interest to many Redis users.
I installed Redis on my VPS server through this and it is working fine:
https://redis.io/docs/getting-started/installation/install-redis-from-source/1. How do you update Redis on the server and change max memory, PHP when this is updated, and when do you know when there are updates, and time to update Redis?
I guess there are SSH prompts for this, but as said, if you are not experienced in using SSH, this can go very wrong.I started installing Redis through Docker on Plesk, which is easy and probably easy to update. But I Read that the best way to install was through SSH.
Here there are different ways of installing which is very confusing.
https://redis.io/docs/getting-started/installation/install-redis-from-source/
https://redis.io/docs/getting-started/2. What is your recommendation on installing Redis on the server, through Docker or SSH, and which documentation to follow?
3. If I decide to change to Redis installation through Docker, for convenince can you provide some easy to understand documentation on, how to remove the existing Redis installation on my server?
Thanks!
- The topic ‘Recommended Redis installation, manage and maintain Redis through SSH’ is closed to new replies.