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.
January 22, 2020
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.