Report this

What is the reason for this report?

How do I access the redis server from my loca machine?

Posted on October 25, 2017

I have already setup inboud rule to accept port 6379 when I try to connect to the redis server from my local machine using the public ip, I get an error " No connection could be made because the target machine actively refused it"

how could I enable redis to be accessible from outside ? Thanks -Shathish



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Have you enabled bind option in conf file to listen on all interfaces, or public interfaces? Have you restarted the redis service? Are you sure it’s not enabled under unixsocket instead?

Finally check the connection locally, if it works, try using telnet to test the TCP connectivity (not redis itself)

telnet SERVER 6379

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.