Installing Redis under Ubuntu16.04

Source: Internet
Author: User
Tags download redis

installing Redis under Ubuntu16.04ensure the network unblocked, select a good download work path, execute the following command to download redis-3.2.6:
sudo wget http://download.redis.io/releases/redis-3.2.6.tar.gz

Unzip the file:
sudo tar-zxvf redis-3.2.6.tar.gz

The folder redis-3.2.6 is generated in the current directory, and I moved it to the/usr/redis directory:
sudo mv Redis-3.2.6/usr/redis

If you do not have GCC installed, you need to install it first:
sudo apt-get install gcc

go to the Redis directory and execute the following two commands in turn:
sudo makesudo make install

Start
Redis-server

Start Complete exit
CTRL + C

Installing Redis under Ubuntu16.04

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.