2016022602-redis Installation and Startup

Source: Internet
Author: User
Tags redis desktop manager install redis redis server

Redis Installation

I am using ubuntu15.1, open terminal, enter command: sudo apt-get install redis-server will be installed on the native Redis.

Start Redis

Start Redis command: Redis-server

Personal boot Redis after the terminal display content is as follows:

  

The latest version is 3.0.3,redis using the default port is 6379

Check if Redis is working

  The Redis prompt opens when you use the command redis-cli

  

 The above tip 127.0.0.1 is the IP address of this machine, and 6379 is the port that the Redis server is running on. Now enter the ping command as shown in.

After you enter the command ping, the result is pong, which means that Redis has been successfully installed on your computer. The results are as follows

  

  

 Redis Interface Manager: Http://redisdesktop.com/download

  

Redis Desktop Manager will give you a user interface to manage Redis keys and data

Study Reference Address: http://www.yiibai.com/redis/redis_quick_guide.htmL

2016022602-redis Installation and Startup

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.