Skip to content

Commit 6506134

Browse files
authored
DEV/RI: add note about INFO access requirement (#528)
* DEV/RI: add note about INFO access requirement * Update content/develop/connect/insight/_index.md
1 parent 7e5d39e commit 6506134

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/develop/connect/insight/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Redis Insight is a powerful tool for visualizing and optimizing data in Redis or
3838

3939
<img src="images/Databases.png">
4040

41+
{{< note >}}
42+
When you add a Redis database for a particular user using the `username` and `password` fields, that user must be able to run the `INFO` command. See the [access control list (ACL) documentation]({{< relref "/operate/oss_and_stack/management/security/acl" >}}) for more information.
43+
{{< /note >}}
44+
4145
### Redis Copilot
4246

4347
Redis Copilot is an AI-powered developer assistant that helps you learn about Redis, explore your Redis data, and build search queries in a conversational manner. It is available in Redis Insight as well as within the Redis public documentation.

0 commit comments

Comments
 (0)