Redis Setup Password

Source: Internet
Author: User

mentioned in the previous sectionRedis installation and use under Linux


Redis Set Password access
your redis cannot be accessed in the real world by anyone who wants access, so you must set a password.


to set the password, follow these steps:
VI redis.conf #此文件默认在根目录下.


# Requirepass Foobared Remove the comments, foobared change to their own password, I changed here
Requirepass 123456
switch to the bin directory.
Restart service ./redis-server/home/logs/redis-2.8.4/redis.conf& #加 & Enable background operation
Please adjust the contents of this set for me.
Test connection:./redis-cli-h 115.28.240.103-p 6379
the input command prompts (error) Noauth authentication required. This is a normal phenomenon.
we enter auth 123456# the password you just set

Redis Setup Password

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.