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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.