Ubuntu under Installation configuration Redis

Source: Internet
Author: User
Tags install redis redis server

Installing Redis

Apt-get Install Redis-server

See if it starts

Ps-aux|grep Redis

Client connections

Note:

Installing the Redis server will automatically install the Redis command line client program together

Redis-cli-h 127.0.0.1-p 6379

See details of Use

Modify Configuration

1. Access using Redis account

By default, access to a Redis server is not a password

To increase security, set the access password for the Redis server

Edit redis.conf

Vi/etc/redis/redis.conf

Cancel the comment # before Requirepass and set the password

Requirepass 123456

Restart Redis

/etc/init.d/redis-server restart

Client connection changed to

Redis-cli-h 127.0.0.1-p 6379-a 123456

2. Allow Remote access

Modifying a configuration file redis.conf

#bind 127.0.0.1

Restart Redis

Remote access

192.168. 5.243 6379 123456

Ubuntu under Installation configuration Redis

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.