redis turns login password validation on and off

  • 2020-06-03 08:43:34
  • OfStack

1. Enable login password verification

In the ES3en-ES4en command line tool, execute the following command:


config set requirepass yourpassword

2. Disable login password verification

Ibid., you need to execute the following command in ES10en-ES11en:


config set requirepass ""

Related articles: