Saya dapat melakukan ping pong Redis di server:
# redis-cli ping
PONG
Tapi dari jarak jauh, saya mendapat masalah:
$ src/redis-cli -h REMOTE.IP ping
Could not connect to Redis at REMOTE.IP:6379: Connection refused
Di konfigurasi, saya mendapatkan port standar:
# Accept connections on the specified port, default is 6379.
# If port 0 is specified Redis will not listen on a TCP socket.
port 6379
Jadi mungkin saya harus membuka port 6379 pada mesin Ubuntu jarak jauh? Bagaimana saya melakukannya?