Skip to content

Commit

Permalink
Add hint regarding auth config value to documentation, #18
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Dec 16, 2018
1 parent c447231 commit 71679de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ Keys that were not mapped will still be displayed as `Database [KEY]`.
**Please note:** If the `CONFIG` command is disabled in your redis server, the database map becomes the fallback
listing of available databases.

**Regarding auth/password:**
If your redis server is not started with the `requirepass` option and a password, the value for the `auth` config value
must be `null` (not an empty string or `false`).

### Sample nginx configuration

```nginx
Expand Down

0 comments on commit 71679de

Please sign in to comment.