ฉันสามารถ ping pong Redis บนเซิร์ฟเวอร์:
# redis-cli ping
PONG
แต่จากระยะไกลฉันมีปัญหา:
$ src/redis-cli -h REMOTE.IP ping
Could not connect to Redis at REMOTE.IP:6379: Connection refused
ใน config ฉันมีพอร์ตมาตรฐาน:
# Accept connections on the specified port, default is 6379.
# If port 0 is specified Redis will not listen on a TCP socket.
port 6379
ดังนั้นฉันควรเปิดพอร์ต 6379 บนเครื่อง Ubuntu ระยะไกลหรือไม่ ฉันต้องทำอย่างไร?