Redis instalado e parece estar em execução:
[me@hsredistest01 ~]$ sudo systemctl status redis
● redis.service - Redis persistent key-value database
Loaded: loaded (/usr/lib/systemd/system/redis.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/redis.service.d
└─limit.conf
Active: active (running) since Mon 2019-04-22 19:03:35 +03; 34min ago
Main PID: 8780 (redis-server)
CGroup: /system.slice/redis.service
└─8780 /usr/bin/redis-server 127.0.0.1:6379
Diz executando a porta 6379 aqui, mas quando faço a varredura das portas de serviço em execução, não consigo vê-la.
[me@hsredistest01 ~]$ sudo nmap -sT -O localhost
Starting Nmap 6.40 ( http://nmap.org ) at 2019-04-22 19:40 +03
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000078s latency).
Other addresses for localhost (not scanned): 127.0.0.1
Not shown: 996 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
111/tcp open rpcbind
199/tcp open smux
Device type: general purpose
Running: Linux 3.X
OS CPE: cpe:/o:linux:linux_kernel:3
OS details: Linux 3.7 - 3.9
Network Distance: 0 hops
OS detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 1.73 seconds
Eu só quero digitar 192.168.0.23:6370 no navegador e ver algo como Redis is fine
mensagem.