In my earlier posts, I explained how to install memcached server on *nix and Mac OS systems. Today I will explain how to install memcached server on Windows operating system.
To install Memcached Server on Windows, we need to have its exe or batch process but memcached server was written for *nix operating system and you can’t get a Windows version from memcached server official website.
The problem is solved by Jellycan Code and they provide the Win32 version in binary format that can be used to install memcached server on Windows.
Steps are:
1. Download memcached installer zip from http://code.jellycan.com/memcached/ in win32 binary format.
2. Unzip it in some hard drive folder. For example C:\memcached
3. There will be memcached.exe file in the unzipped folder.
4. Open Command Prompt and execute below commands to install it as service and start it.
Now memcached is installed and running as a daemon process on port 11211. You can view it in the Control Panel Services also and stop and start it from there.
You can run “memcached.exe -help” command to check all the available options like changing ports.
Once you have started memcached server, you can use memcached telnet commands or memcached java client program to test it.
Incoming search terms:
memcached windows install,memcached windows installer,memcache cant telnet windows 7,memcached -d install as service,how to install memcached on windows 7 for java,how to install memcached on windows for Java,install memcached server windows,memcached java,memcached java windows,memcached windows binaryWho reads this also read:
















[...] How to install Memcached Server on Windows as Service | JournalDev – In my earlier posts, I explained how to install memcached server on *nix and Mac OS systems. Today I will explain how to install memcached server on Windows operating system. [...]