Install Redis Directadmin

Zetec

Verified User
Joined
Jun 18, 2010
Messages
18
Hello everyone, I am trying to install Redis on a server with DirectAdmin "Personal Plus" license but I'm facing a few issues.
First I activated Redis and Redis-PHP on Custombuild, after that I did a "Build" execution also on Custombuild.
Redis icon now appears on user account with the "Enable" button (we activated) but Redis doesn´t work.
When I checked service on SSH using systemtctl status redis i get an "redis service not found" error.
Also, /etc/redis.conf does not exist.

What am I doing wrong?

Thank you
 
Hi, I'm no expert on redis, but I do use it for WP and WHMCS on one of my servers. To access redis its socket based, so theres no port. You can check redis is working on your server from the terminal by entering the following and seeing if it connects:
Bash:
redis-cli -s [full-socket-path]
>MONITOR
 
Back
Top