서버에서 Redis를 핑퐁 할 수 있습니다.
# redis-cli ping
PONG
그러나 원격으로 문제가 있습니다.
$ src/redis-cli -h REMOTE.IP ping
Could not connect to Redis at REMOTE.IP:6379: Connection refused
구성에서 표준 포트를 얻었습니다.
# Accept connections on the specified port, default is 6379.
# If port 0 is specified Redis will not listen on a TCP socket.
port 6379
그렇다면 원격 Ubuntu 시스템에서 포트 6379를 열어야할까요? 어떻게하나요?