Enable Redis Authentication
Enable redis authentication password.
redis-cli
CONFIG SET requirepass your_secret_passwordTest authentication password.
redis-cli
AUTH your_secret_passwordIf it returns OK, then it is working.
January 22, 2020
Enable redis authentication password.
redis-cli
CONFIG SET requirepass your_secret_passwordTest authentication password.
redis-cli
AUTH your_secret_passwordIf it returns OK, then it is working.