Tôi có thể chơi bóng bàn Redis trên máy chủ:
# redis-cli ping
PONG
Nhưng từ xa, tôi gặp vấn đề:
$ src/redis-cli -h REMOTE.IP ping
Could not connect to Redis at REMOTE.IP:6379: Connection refused
Trong cấu hình, tôi có cổng tiêu chuẩn:
# Accept connections on the specified port, default is 6379.
# If port 0 is specified Redis will not listen on a TCP socket.
port 6379
Vì vậy, có lẽ tôi nên mở cổng 6379 trên máy Ubuntu từ xa? Tôi phải làm nó như thế nào?