Reidis Single-node installation configuration

Source: Internet
Author: User
Tags node redis install redis

Single-node configuration install and install Redis

1. http://redis.io/Download the latest version of the package

2. Unzip the file

TAR-ZXVF redis-3.2.5.tar.gz

3. Compiling

CD redis-3.2.5

Make

Make install

4. Modify the configuration

Vim redis.conf

Find bind 127.0.0.1, modified to 0.0.0.0, otherwise unable to remotely access, save exit, if still inaccessible, turn off firewall

Instant shutdown, fail after reboot: Service iptables stop

Effective after reboot: Chkconfig iptables off

5. Start Redis-server and see if it starts

Redis-server/usr/local/redis-3.2.5/redis.conf

6. Go to REDIS-CLI view Redis default port is 6379

Redis-cli-p 6379

  

8. Or use the Redis Client tool to view, here is used Redis-desktop-manager but when the data is very large, it will be jammed and used with caution.

A single-node Redis configuration installation is described here, and the Redis configuration of cluster mode will continue to be introduced later

Reidis Single-node installation configuration

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.