Redis and php-redis installation
-
Hello, I followed the tutorial below and installed Redis and made changes to etc/redis/redis.conf file.
But I was not be able to install php redis from https://github.com/phpredis/phpredis/archive/develop.zip
It gave error unmet dependencies, etc. probably related to my php version. 7.4.xAnyway I just ran sudo apt install php-redis and restarted apache2. After that I installed the plugin and now it looks like everything works as normal.
When I installed php-redis with the command above redis.ini file was automatically created at /etc/php/7.x/apache2/conf.d/redis.ini
Screenshot of metrics and diagnostics: https://imgur.com/DfnQSUp
My question is that is there anything else I need to do make sure everything works as normal and is secure. I also use wp super cache and cloudflare. And why this command installed redis 5 instead of redis 6?
- The topic ‘Redis and php-redis installation’ is closed to new replies.