Redis Installation and use

Source: Internet
Author: User
Tags install redis redis server

Ubuntu 16.04 Installation Redis-server

Apt-get Install Redis-server

Start, stop, restart, reload, view status

/etc/init.d/redis-server start

/etc/init.d/redis-server stop

/etc/init.d/redis-server restart

/etc/init.d/redis-server Force-reload

/etc/init.d/redis-server status

Go to Redis command line

Daemon Startup program

Set a password for Redis

Open the configuration file for the Redis server redis.conf

vi /etc/redis/redis.conf#后面为设置的密码requirepass password

Turn on Redis remote access

Open the configuration file for Redis server with VI redis.conf

vi /etc/redis/redis.conf#注释掉下面的一行#bind 127.0.0.1

After modification, restart the Redis server and use the password to access the command line

sudo /etc/init.d/redis-server restart
redis-cli -a password

Access a Redis server on a remote MAC


Redis Installation and use

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.