aditya kumar Patel
Total Post:254
Points:1810how to use memcache
Total Post:254
Points:1810Post:254
Points:1810This is the best way to use memcache!!
© Copyright © 2010 - 2018 MindStick Software Pvt. Ltd. All Rights Reserved
Post:254
Points:1810Re: how to use memcache
1. Install Memcached server in Windows
The 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