How to connect to memcached from another machine
- by Oscar Del Ben
I'm trying to use memcached from a different machine (which has access to my server), but I can't figure out how.
on the memcached machine I can test the connection by running
telnet 127.0.0.1 port
And it works, but on the other machine it just keeps trying to connect
telnet machine_address port
Trying machine_address...
I'm not sure if I…