All Questions
5 questions
0
votes
0
answers
991
views
why connection refused by host(centos)
There is redis service running on centos 7.6 it looks fine there,(192.168.0.24:6379)
I try to connect this client from another machine in same network(192.168.0.22)
There is incoming request from ...
0
votes
1
answer
1k
views
installed redis but can't see it in nmap's scan
Redis installed and looks to be running:
[me@hsredistest01 ~]$ sudo systemctl status redis
● redis.service - Redis persistent key-value database
Loaded: loaded (/usr/lib/systemd/system/redis....
1
vote
0
answers
99
views
CentOS - Specifying an alternate redis.conf with systemctl
I used systemctl to enable automatic start up of redis on my server. This works fine. But I would like to change the name of my redis.conf, and have multiple redis instances.
How do I use systemctl ...
1
vote
0
answers
2k
views
How do i add redis to selinux so that it's permissive?
I'm new to SELinux and CentOS, I have two vm's running a minimal centos7, I've configured firewall-cmd for the default redis port, but the only way I've been able to get the two vm's allowing redis to ...
1
vote
2
answers
875
views
Redis as service on CentOs6
I've been trying to get redis to run as a service on a CentOS 6 server but I cant get the startup script to work properly.
the startup script distributed with redis does not support chkconfig so I ...