Redis Server not working on PERSONAL PLUS package?

onelinkweb

New member
Joined
Dec 20, 2024
Messages
1
Hello,

I use Debian 12.

I installed Redis using CustomBuild, but I can't use Redis.

The DirectAdmin knowledge base is not very clear, even though I did everything correctly.

See my error:

Bash:
root@srv101:/usr/local/directadmin/custombuild# systemctl status redis
× redis.service - Redis In-Memory Data Store
     Loaded: loaded (/etc/systemd/system/redis.service; enabled; preset: enable>
     Active: failed (Result: exit-code) since Tue 2024-12-24 10:53:42 -03; 1s a>
   Duration: 5ms
    Process: 39743 ExecStart=/usr/local/bin/redis-server /usr/local/etc/redis/r>
   Main PID: 39743 (code=exited, status=1/FAILURE)
        CPU: 4ms


Dec 24 10:53:42 srv101 systemd[1]: redis.service: Scheduled restart job, restar>
Dec 24 10:53:42 srv101 systemd[1]: Stopped redis.service - Redis In-Memory Data>
Dec 24 10:53:42 srv101 systemd[1]: redis.service: Start request repeated too qu>
Dec 24 10:53:42 srv101 systemd[1]: redis.service: Failed with result 'exit-code>
Dec 24 10:53:42 srv101 systemd[1]: Failed to start redis.service - Redis In-Mem>
lines 1-13/13 (END)

My license is PERSONAL PLUS, could that be the reason?
 
It is normal, as redis runs per-user, try this instead for the user you have redis enabled:
systemctl status redis@user
 
Back
Top