Skip to content

Commit

Permalink
Updating the README to highlight how passwords can be set, first (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Aug 31, 2023
1 parent 1885903 commit 500905c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ To upgrade redisinsight:
```
brew upgrade redis-stack-redisinsight
```

By default redis-stack will have no password, Redis Stack supports the ability to configure multiple named users, each with their own password and access control configuration. Refer to the [Redis Access Control List documentation](https://redis.io/docs/management/security/acl/) for more information. Alternatively the configuration file can be edited and the *requirepass* directive added.

0 comments on commit 500905c

Please sign in to comment.