I have redis server set up on my shared hosting server & can start and access redis using command line or predis easily. When i m peacefully running and working on redis from one machine,i opened the same web page using another ip, and it says connection refused to redis. It looks like redis client only establishing connection when i am making a request from the same ip, which i have used to start a server before. i have tried different bind configurations but nothing worked, eg: bind 127.0.0.1 eg: bind 0.0.0.0
i want to know, if i am doing something wrong or firewall preventing it to make connections.