Compile and install Redis in CentOS

Source: Internet
Author: User
1. download and install [plain] viewplaincopycd/usr/local/srcwget & ndash; chttp: // redis.

1. download and install

 

[Plain]View plaincopy
  1. Cd/usr/local/src
  2. Http://redis.googlecode.com/files/redis-3.0.1.tar.gz wget-c


 

2. Compile and install

 

[Plain]View plaincopy
  1. Tar zxvf redis-3.0.1.tar.gz
  2. Cd redis-3.0.1
  3. Make

3. use

 

 

[Plain]View plaincopy
  1. View version
  2. Redis-server -- version

 

 

[Plain]View plaincopy
  1. Redis-benchmark
  2. Redis benchmark information, redis server performance detection

[Plain]View plaincopy
  1. Redis-benchmark-h localhost-p 6379-c 100-n 100000
  2. 100 concurrent connections and 100000 requests. check the performance of the redis server whose host is localhost and Port is 6379.


[Plain]View plaincopy
  1. Stop
  2. Redis-cli shutdown

[Plain]View plaincopy
  1. Monitoring
  2. Redis-cli-h localhost-p 6380 monitor

[Plain]View plaincopy
  1. Statistics
  2. Redis-cli-h localhost-p 6380 info

[Plain]View plaincopy
  1. Overall information
  2. Redis-stat host localhost port 6380 overview

[Plain]View plaincopy
  1. Request duration
  2. Redis-stat host localhost port 6380 overview

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.