Question
How do I access the redis server from my loca machine?
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
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.
×