Tech stack collection about Tutorials Point -
For example in ubuntu
$sudo apt-get update
$sudo apt-get install memcached
To run Memcached server on a different port, run the command given below:
$memcached -p 11111 -U 11111 -u user -d
It should start the server and listen on TCP port 11111 and UDP port 11111 as a daemon process.
This command is explained below: