Hello
I have strange problem with redis on my DirectAdmin server on centos 7. I installed this plugin:
however my redis server is not starting when I tried startt it from systemctl start redis. I don't have any output but when I check by systemctl status redis I get:
root@serwer[setup]# systemctl status redis
● redis.service - Start all redis instances
Loaded: loaded (/usr/lib/systemd/system/redis.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/redis.service.d
└─limit.conf
Active: active (exited) since czw 2020-10-01 22:26:27 CEST; 3s ago
Process: 29301 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 29301 (code=exited, status=0/SUCCESS)
paź 01 22:26:27 serwer.netmx.pl systemd[1]: Starting Start all redis instances...
paź 01 22:26:27 serwer.netmx.pl systemd[1]: Started Start all redis instances.
and when I run redis-cli I am getting the following:
root@serwer[setup]# redis-cli
Could not connect to Redis at 127.0.0.1:6379: Connection refused
Could not connect to Redis at 127.0.0.1:6379: Connection refused
However when I run redis-server /etc/redis.conf and on the second terminal I try redis-cli ping I get:
redis-cli
127.0.0.1:6379> ping
PONG
127.0.0.1:6379>
so it appears to working OK, but only on port 6379 and not on other instances I created via DirectAdmin plugin, can anyone help me and give me advice what should I check?
I have strange problem with redis on my DirectAdmin server on centos 7. I installed this plugin:
GitHub - kbentlage/da-redis-management: DirectAdmin plugin for managing user's redis instances
DirectAdmin plugin for managing user's redis instances - kbentlage/da-redis-management
github.com
however my redis server is not starting when I tried startt it from systemctl start redis. I don't have any output but when I check by systemctl status redis I get:
root@serwer[setup]# systemctl status redis
● redis.service - Start all redis instances
Loaded: loaded (/usr/lib/systemd/system/redis.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/redis.service.d
└─limit.conf
Active: active (exited) since czw 2020-10-01 22:26:27 CEST; 3s ago
Process: 29301 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 29301 (code=exited, status=0/SUCCESS)
paź 01 22:26:27 serwer.netmx.pl systemd[1]: Starting Start all redis instances...
paź 01 22:26:27 serwer.netmx.pl systemd[1]: Started Start all redis instances.
and when I run redis-cli I am getting the following:
root@serwer[setup]# redis-cli
Could not connect to Redis at 127.0.0.1:6379: Connection refused
Could not connect to Redis at 127.0.0.1:6379: Connection refused
However when I run redis-server /etc/redis.conf and on the second terminal I try redis-cli ping I get:
redis-cli
127.0.0.1:6379> ping
PONG
127.0.0.1:6379>
so it appears to working OK, but only on port 6379 and not on other instances I created via DirectAdmin plugin, can anyone help me and give me advice what should I check?