Installing Redis in Windows

Source: Internet
Author: User
Tags redis server

Introduction to Redis The following is a reference to the definition of Baidu Encyclopedia:

Redis is a key-value storage system. Similar to memcached, it supports storing more value types, including string (string), list (linked list), set (set), Zset (sorted set-ordered collection), and hash (hash type). These data types support Push/pop, Add/remove, and intersection-set and difference sets, and richer operations, and these operations are atomic. Based on this, Redis supports sorting in a variety of different ways. As with memcached, data is cached in memory to ensure efficiency. The difference is that Redis periodically writes the updated data to disk or writes the modified operation to the appended record file, and Master-slave (Master-Slave) synchronization is implemented on this basis. Redis is a high-performance Key-value database. The emergence of Redis, to a large extent, compensates for the lack of memcached such key/value storage, in some cases can be a good complement to the relational database. It provides clients such as Java,c/c++,c#,php,javascript,perl,object-c,python,ruby,erlang, which is convenient to use.[1]Redis supports master-slave synchronization. Data can be synchronized from the primary server to any number of slave servers, from the server to the primary server that is associated with other slave servers. This enables Redis to perform single-layer tree replication. You can write to the data intentionally or unintentionally. Because of the full implementation of the publish/subscribe mechanism, you can subscribe to a channel and receive a complete message release record from the master server when the tree is synchronized anywhere from the database. Synchronization is helpful for the scalability and data redundancy of read operations. Redis's official address, very good remember, is Redis.io. (specifically checked, the domain name suffix io belongs to the national domain name, is British Indian ocean Territory, namely British Indian Ocean Territory)DownloadGo to redis official website download page: http://www.redis.io/download, the official website does not provide the Windows installation package, but you can find the page that provides the Windows installation package download, as follows:Click on the link to enter its GitHub page as follows:
If your computer is a 64-bit can directly point to the lower right corner of the download button, my computer is 32 bits, so I choose 2.6 version of the installation package (in the upper left corner can choose version), 2.6 version of the installation package supports both 32-bit and 64-bit, after downloading the compressed package into the bin/ The release directory sees two compressed files, such as the following, which is why the 2.6 version of the installation package supports both 32-bit and 64-bit:One of the non-64-bit compression package is 32 of the file, the non-64-bit compression package after extracting 5 EXE files, as follows:
You can run Redis server directly by double-clicking Redis-server.exe, and the Startup Success page is as follows:
Here we start the client to test, double-click Redis-cli.exe, the client to do the following test operations:
If you have the above effect, we do not have a problem with the installation.
Note: Since our installation is not configured in any way, Redis runs in the default configuration.
Redis Official online learning: http://try.redis.io/Redis Design and implementation (first edition): Http://redisbook.readthedocs.org/en/latest/index.htmlredis Design and Implementation (second edition probation): http://redisbook.com/

Installing Redis in Windows

Related Article

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.