Memcached – Environment Installing Memcached on Ubuntu To install Memcached on Ubuntu, go to terminal and type the following commands − $sudo apt-get update $sudo apt-get install memcached Confirming Memcached Installation To confirm if Memcached is installed or not, you need to run the command given below. This command shows that Memcached is running on […]
Category Archives: memcached
Memcached – Connection To connect to a Memcached server, you need to use the telnet command on HOST and PORT names. Syntax The basic syntax of Memcached telnet command is as shown below − $telnet HOST PORT Here, HOST and PORT are machine IP and port number respectively, on which the Memcached server is executing. […]