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 should set up something else to get it working. I know the port is working and accessible because if I try to run other services on it, they works.
Os is ubuntu