memcached profile details please google. Here's how to install under Windows.
1. Download
: http://download.csdn.net/detail/u010562988/9456109
2. Installation
- Use CMD to enter the directory under memcached
- Install using the command memcached-d installation
If you don't have any hints, then the installation is successful. I've installed it here once.
3. See if the installation was successful
Memcached-h
4. Start the service
- Open the Run window and enter Serviecs.msc
- Find service items for memcached
3. Turn it On
---------------------------------------------------------------------------------
You can also use the cmd command:
5. Test memcached with Telnet
Press CTRL +] to start the callback function, or you will not see the input information. (View help information?/help)
When Telnet enters, enter stats to see the status of the current memcached
Default parameter description
-P Listening Port
-L connected IP address, default is native
-D Start memcached service
-D Restart Restart memcached service
-D Stop|shutdown Close the running memcached service
-D Install memcached service
-d Uninstall unloading memcached clothing
-U Run as (only valid when running as root)
-m maximum memory usage, in megabytes. Default 64M
-M ran out of memory and returned an error instead of deleting
-c Maximum number of simultaneous connections, default is 1024
-F Block size growth factor, default is 1.25
-N Minimum allocated space, key+value+flags default is 48
-H Display Help
Setting memcached, when the service is started, the memcached service defaults to a port of 11211, and the maximum memory consumed by default is 64M.
If you need to modify both parameters, such as modifying the port to 10000 and memory at 512, enter:
D:\memcached\memcached.exe-p 10000-m 512-d Start,
-P indicates the port to be modified, and-m indicates the maximum memory used (in M).
6. References
Download
Http://www.newasp.net/soft/63735.html
How to install the Memcached tutorial in the Windows environment:
Http://jingyan.baidu.com/article/5225f26b7ef644e6fb09087a.html
Installation and test steps under Window memcached
Http://jingyan.baidu.com/article/c85b7a640fbfd5003bac9500.html
http://blog.csdn.net/cdnight/article/details/18924441
Memcache View Lists all key methods:
https://www.ttlsa.com/memcache/memcache-list-all-keys/
memcached installation under Windows