when i use Redis Desktop Manager to connect redis it always prompt me connect failed I have tried many ways, but have not resolved it. 1.I opened the 6379 port in iptables,closee the firewall. 2.edited redis.conf Comment out #bind127.0.0.1 and requirepass and set protected-mode no When I use Redis directly on the server can be used directly and I can use Ping to connect to the server.
Comment From: itamarhaber
Try using redis-cli or even just telnet to connect to the Redis server. If you succeed, then something's wrong with your client (RDM). If you fail, something is blocking your network to the server.
Keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis server. Questions should be directed to the community: