In earlier posts, we saw how to install memcached server on Mac OS and Unix systems. After that we worked on it to start at boot time as a daemon process in Mac OS. Today, we will go through some of the basic memcached telnet commands that we can use to check the health of memcached server. These commands are very helpful in debugging purpose and can be used from any operating system with telnet installed. If you are on unix system, then using “ps -eaf | grep memcached” command you can check the port on which its running. . . . → Read More: Memcached Telnet Commands with example

New Comments