Skip to content

Commit

Permalink
Update REFERENCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TwizzyDizzy committed Feb 6, 2024
1 parent 2da9005 commit a8890e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1855,10 +1855,10 @@ Default value: `undef`

Data type: `Array[String[1]]`

This is a way to pass raw ACLs to Redis. Must be in the form of
This is a way to pass an array of raw ACLs to Sentinel. The ACLs must be
in the form of:

user USERNAME1 [additional ACL options]
user USERNAME2 [additional ACL options]
user USERNAME [additional ACL options]

Default value: `[]`

Expand Down Expand Up @@ -3002,10 +3002,10 @@ Default value: `$redis::rdb_save_incremental_fsync`

Data type: `Array[String[1]]`

This is a way to pass raw ACLs to Redis. Must be in the form of
This is a way to pass an array of raw ACLs to Redis. The ACLs must be
in the form of:

user USERNAME1 [additional ACL options]
user USERNAME2 [additional ACL options]
user USERNAME [additional ACL options]

Default value: `$redis::acls`

Expand Down

0 comments on commit a8890e4

Please sign in to comment.