Check Memcached in LNMP
telnet 127.0.0.1 11211 ;
It will display the following information if connect successfully:
Trying 127.0.0.1… Connected to 127.0.0.1.
If succeed, just type the following command to see detailed information
stats
Notes: If you want to exit telnet, press both “ctrl” and “]” at the same time, and then type “quit”, it will display as bellow:
quit
Connection closed by foreign host.