Posso fazer ping pong Redis no servidor:
# redis-cli ping
PONG
Mas, remotamente, tenho problemas:
$ src/redis-cli -h REMOTE.IP ping
Could not connect to Redis at REMOTE.IP:6379: Connection refused
Na configuração, obtive a porta padrão:
# Accept connections on the specified port, default is 6379.
# If port 0 is specified Redis will not listen on a TCP socket.
port 6379
Então, talvez eu deva abrir a porta 6379 na máquina Ubuntu remota? Como eu faço isso?