I'm doing something that (to me) seems very simple, but perhaps I'm looking at the problem wrong.
I've deployed a Redis box to Linode. I have a number of web servers that also sit on Linode (in the same data center). I'd like the web servers to access the Redis installations.
Through some research on the Google, I'm led to believe that I just need to do some tweaking of iptables
. Do you concur? How can I say, "Hey, PHP! Connect to the redis on that other server!"
Thanks guys