Problem
Sometimes we need to install a second memcached server instance in the same machine (e.g. a developer working in two projects locally and both use memcached).
If we need to install memcached as a service we execute something like this command:
c:/path/to/exe/memcached.exe -d install
The problem is that we can't run it twice because we will get the following error
So, we got a couple of options: