Redis Installation and Redisdesktopmanager client

Source: Internet
Author: User


have been known to use Redis, never to build, yesterday had time, on their own set up a test, according to the following steps step-by-step, you can build up.


(1) Redis installation, installation reprint address: http://www.runoob.com/redis/redis-install.html Window Installation

Download Address:https://github.com/MSOpenTech/redis/releases.

Redis supports 32-bit and 64-bit. This needs to be based on your system platform to choose the actual situation, here we download redis-x64-xxx.zip compression packets to C disk, after decompression, the folder renamed to Redis.

Open a cmd window using the CD command to switch directories to C:\redis run redis-server.exe redis.windows.conf .

If you want to be convenient, you can add Redis path to the system's environment variables, so as to save the path again, the back of the redis.windows.conf can be omitted, if omitted, will enable the default. After entering, the following interface is displayed:

At this time a separate CMD window, the original do not close, otherwise you will not be able to access the service side.

Switch to the Redis directory to run the redis-cli.exe-h 127.0.0.1-p 6379 .

Set key value pair set MyKey ABC

Remove key value pair get MyKey

(2) Redisdesktopmanager client tools, download address: Https://redisdesktop.com/download, use the following figure:





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.