Linux Redis configuration Authentication Password __linux

Source: Internet
Author: User

Open Redis Client
Authentication information is not configured at the beginning

:6379> config get requirepass
1) "Requirepass"
2) ""

For example, set authentication to 1234

:6379> config set requirepass 1234
OK

If return OK positive modification succeeds

:6379> keys *
(Error) Noauth authentication required.

Now you need to enter the authentication operation Redis

:6379> auth 1234
OK
***:6379> keys * 1) * * * *
2)
* * * * * * * * Information

Note that after modifying the authentication password, you have to re-enter the authentication information operation 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.