Redis'e sunucuda ping ping yapabilirim:
# redis-cli ping
PONG
Ama uzaktan, sorunlarım var:
$ src/redis-cli -h REMOTE.IP ping
Could not connect to Redis at REMOTE.IP:6379: Connection refused
Yapılandırmada standart bağlantı noktasını aldım:
# Accept connections on the specified port, default is 6379.
# If port 0 is specified Redis will not listen on a TCP socket.
port 6379
Öyleyse belki uzak Ubuntu makinesinde 6379 numaralı bağlantı noktasını açmalıyım? Nasıl yaparım?