How to connect to memcached from another machine
Posted
by
Oscar Del Ben
on Super User
See other posts from Super User
or by Oscar Del Ben
Published on 2011-05-31T21:28:47Z
Indexed on
2013/10/23
10:03 UTC
Read the original article
Hit count: 287
ubuntu
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
© Super User or respective owner