Enable Redis Authentication

January 22, 2020

Enable Redis Authentication

Enable redis authentication password.

redis-cli
CONFIG SET requirepass your_secret_password

Test authentication password.

redis-cli
AUTH your_secret_password

If it returns OK, then it is working.


Profile picture

Written by oahiew

© 2022, Built with ❤️