how to use memcache
how to use memcache
1990
31-Oct-2015
Anonymous User
13-Dec-2015Anonymous User
31-Oct-2015The latest Memcached version is 1.4.5, but the application doesn't support "-d install" parameter to install itself as Windows service.
So right now the 1.4.4 is still the option to go under Windows. Get a package from memcached 1.4.4 for Windows 32-bit from http://downloads.northscale.com/memcached-win32-1.4.4-14.zip.
Unzipped to a folder, then run the following command to install as win services
memcached.exe -d install
Start the server from the Microsoft Management Console or by running one of the following commands:
memcached.exe -d start
2. Check Memcached installation
You can telnet to the default port 11211 to check the status:
telnel localhost 11211
Then use the command stats to check status
stats
flush_all