Installing Redis in Linux

Source: Internet
Author: User
Tags download redis install redis

The red callout is the input command

First step: Download Redis

Website address: http://redis.io/

: http://download.redis.io/releases/redis-3.0.0.tar.gz

Step Two: Install Redis
  1. Installing Redis on Linux requires the installation of the GCC environment: [[email protected] ~]#yum install gcc-c++
  2. Upload the Redis compression package to Linux. (I'm using SSH)
  3. extracting Redis Source Packages : [[email protected] ~]# TAR-ZXVF redis-3.0.0.tar.gz
  4. Unzip and then enter the extracted folder, and then compile: [[email protected] ~]#CD./redis-3.0.0 ; [email protected] redis-3.0.0]# MAKE
  5. After compiling, then install: [[email protected] redis-3.0.0]# make install Prefix=/usr/local/redis This is to install Redis to/usr/local/ In Redis
  6. Then go to the installed directory to view, if the bin directory appears to indicate that the installation is ready

  7. Then go to the Bin directory and start Redis

    

Installing Redis in Linux

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.