Ich kann Ping Pong Redis auf dem Server:
# redis-cli ping
PONG
Aber aus der Ferne habe ich Probleme:
$ src/redis-cli -h REMOTE.IP ping
Could not connect to Redis at REMOTE.IP:6379: Connection refused
In der Konfiguration habe ich den Standardport bekommen:
# Accept connections on the specified port, default is 6379.
# If port 0 is specified Redis will not listen on a TCP socket.
port 6379
Vielleicht sollte ich also Port 6379 auf dem Remote-Ubuntu-Computer öffnen? Wie mache ich es?