A memcached Beginner Tutorial Installation Service (under Windows)

Source: Internet
Author: User
Tags memcached windows

1, download memcached Windows service Installer (Note: memcached: http://memcached.org/, does not provide the installation package under Windows, only the installation package under UNIX, We use the memcached installation package that someone else wrote to Windows, which can be found on the Internet. ):

The installation package is small, hundreds of KB, 32-bit and 64-bit, X64 is 64-bit, x86 is 32-bit,

2, installation steps, very simple:

CMD, navigate to the location of the Memcached.exe, enter the command: memcached.exe-d install, so you can see this service in the Windows service

, to start: memcached.exe-d start can also be started manually in Windows services, to uninstall this service: Memcached.exe uninstall.

3. After successful installation, always test it:

To use the Telnet command:

Reopen the cmd window and enter the Telnet MC server IP port number (default 11211):

Such as:

If there is nothing after the connection, the instructions are successful:

, at this point, enter: Stats to query the server status parameters.

To store data and get data commands:

(Note: The first parameter of the SET command is the key value; the second parameter is an accompanying value (you can enter random numbers randomly); The third parameter is the storage time; the fourth one is the storage length

Gets the set command, followed by a key value on the line. )

A memcached Beginner Tutorial Installation Service (under Windows)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.