Redis Environment Installation

Source: Internet
Author: User
Tags redis desktop manager install redis
Installing Redis on Ubuntu

To install Redis on Ubuntu, open the terminal, and then type the following command:

$sudo apt-get update$sudo apt-get Install Redis-server

This will install Redis on your computer.

Start Redis

$redis-server

Check to see if Redis is working?

$redis-CLI

This will open a redis hint, as shown in:

Redis 127.0.0.1:6379>

In 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.

Redis 127.0.0.1:6379> Pingpong

This means that you have successfully installed Redis on your machine.

Installing Redis Desktop Manager on Ubuntu

To install Redis Desktop Management on Ubuntu, just download the package from Http://redisdesktop.com/download and install it.

Redis Desktop Manager gives the user interface to manage Redis keys and data.

Reprint Please specify: Article reprinted from: Easy Hundred tutorials [http:/www.yiibai.com]

Redis Environment Installation

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.