You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/commands/acl-list.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@ configuration file if you wish (but make sure to check [`ACL SAVE`]({{< relref "
44
44
2) "user default on nopass ~* &* +@all"
45
45
```
46
46
47
+
{{< note >}}
48
+
In some cases, you might see `allchannels` instead of `&*` and `allkeys` instead of `~*` in the output. This is because `allchannels` and `allkeys` are aliases for `&*` and `~*` respectively.
Copy file name to clipboardExpand all lines: content/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-17-september2025.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ weight: 0
13
13
14
14
## Highlights
15
15
16
-
This is a maintenance release to support [Redis Enterprise Software version 7.22.0-250]({{< relref "/operate/rs/release-notes/rs-7-22-releases/" >}}). For version changes, supported distributions, and known limitations, see the [release notes for 7.22.0-15 (July 2025)]({{< relref "/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-15-july2025" >}}).
16
+
This is a maintenance release to support [Redis Enterprise Software version 7.22.0-250]({{< relref "/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-250" >}}). For version changes, supported distributions, and known limitations, see the [release notes for 7.22.0-15 (July 2025)]({{< relref "/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-15-july2025" >}}).
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-active-active-database.md
+130-8Lines changed: 130 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,15 +139,137 @@ By default, you're shown basic settings, which include:
139
139
-**Throughput**: When you create an Active-Active database, you define the throughput for each instance. The total operations per second combines the total read ops/sec and applies the write ops/sec for each region across every region.
140
140
141
141
{{<imagefilename="images/rc/active-active-throughput-detail.png"width="75%"alt="When you create an Active-Active database, you define throughput for each region." >}}
142
+
143
+
The total ops/sec for each region is calculated as follows:
144
+
145
+
```sh
146
+
Region ops/sec = Local read ops/sec +
147
+
Sum of write ops/sec from all regions
148
+
```
149
+
150
+
The total ops/sec for the database is the sum of the ops/sec for each region.
142
151
143
-
Because each instance needs the ability to write to every other instance, write operations significantly affect the total, as shown in the following table:
144
-
145
-
| Number of regions | Read operations | Write operations | Total operations |
For Search and query databases, the estimated throughput from the [Sizing calculator](https://redis.io/redisearch-sizing-calculator/) is the total amount of throughput you need. When setting throughput for your Active-Active database, use the total amount for each region and divide it depending on your read (query) and write (update) needs for each region. For example, if the total amount of throughput needed is 50000 ops/sec, you could set each region to have 20000 ops/sec for reads (queries) and 30000 ops/sec for writes (updates).
Copy file name to clipboardExpand all lines: content/operate/rc/security/access-control/access-management.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ This table shows each role's ability to perform common tasks.
115
115
|---|---|---|---|---|---|---|
116
116
| Access management | <spantitle="Owners can manage account access">✅ Yes</span> | <spantitle="Billing Admins may not manage account access">❌ No</span> | <spantitle="Managers may not manage account access">❌ No</span> | <spantitle="Members may not manage account access">❌ No</span> | <spantitle="Viewers may not manage account access">❌ No</span> | <spantitle="Logs Viewers may not manage account access">❌ No</span> |
117
117
| Account settings | <spantitle="Owners can change account settings">✅ Yes</span> | <spantitle="Billing Admins can change the billing address in account settings">✅ Yes<sup>[1](#table-note-1)</sup></span> | <spantitle="Managers may not manage account settings">❌ No</span> | <spantitle="Members may not manage account settings">❌ No</span> | <spantitle="Viewers may not manage account settings">❌ No</span> | <spantitle="Logs Viewers may not manage account settings">❌ No</span> |
118
-
| Billing & payments | <spantitle="Owners can add/remove payment methods and view history">✅ Yes</span> | <spantitle="Billing Admins can add/remove payment methods and view history">✅ Yes</span> | <spantitle="Managers may not add/remove payment methods or view billing history (Managers may change subscription payment methods between those available to the account)">❌ No</span> | <spantitle="Members may not add/remove payment methods or view billing history">❌ No</span> | <spantitle="Viewers may not add/remove payment methods or view billing history">❌ No</span> | <spantitle="Logs viewers may not add/remove payment methods or view billing history">❌ No</span> |
118
+
| Billing & payments | <spantitle="Owners can add/remove payment methods and view history">✅ Yes</span> | <spantitle="Billing Admins can add/remove payment methods and view history">✅ Yes</span> | <spantitle="Managers may not add/remove payment methods or view billing history (Managers may change subscription payment methods between those available to the account)">❌ No<sup>[4](#table-note-4)</sup></span></span> | <spantitle="Members may not add/remove payment methods or view billing history">❌ No</span> | <spantitle="Viewers may not add/remove payment methods or view billing history">❌ No</span> | <spantitle="Logs viewers may not add/remove payment methods or view billing history">❌ No</span> |
119
119
| Create subscription | <spantitle="Owners can create new subscriptions">✅ Yes</span> | <spantitle="Billing Admins may not create subscriptions">❌ No</span> | <spantitle="Managers can create new subscriptions">✅ Yes</span> | <spantitle="Members may not create subscriptions">❌ No</span> | <spantitle="Viewers may not create subscriptions">❌ No</span> | <spantitle="Logs viewers may not create subscriptions">❌ No</span> |
120
120
| Edit subscription | <spantitle="Owners can edit subscriptions">✅ Yes</span> | <spantitle="Billing Admins can edit subscriptions to change the payment method">✅ Yes<sup>[2](#table-note-2)</sup></span> | <spantitle="Managers can edit subscriptions">✅ Yes</span> | <spantitle="Members may not edit subscriptions">❌ No</span> | <spantitle="Viewers may not edit subscriptions">❌ No</span> | <spantitle="Logs viewers may not edit subscriptions">❌ No</span> |
121
121
| Create database (affects cost) | <spantitle="Owners can create databases when doing so will impact costs">✅ Yes</span> | <spantitle="Billing Admins may not create databases when doing so will impact costs">❌ No</span> | <spantitle="Managers can create databases when doing so will impact costs">✅ Yes</span> | <spantitle="Members may not create databases when doing so will impact costs">❌ No</span> | <spantitle="Viewers may not create databases when doing so will impact costs">❌ No</span> | <spantitle="Logs viewers may not create databases when doing so will impact costs">❌ No</span> |
@@ -124,14 +124,16 @@ This table shows each role's ability to perform common tasks.
124
124
| Edit database (no cost impact) | <spantitle="Owners can edit databases in ways that do not impact costs">✅ Yes</span> | <spantitle="Billing Admins may not change databases in ways that do not affect costs">❌ No</span> | <spantitle="Managers can change databases in ways that do not affect costs">✅ Yes</span> | <spantitle="Members can change databases in ways that do not affect costs">✅ Yes</span> | <spantitle="Viewers may not change databases in ways that do not affect costs">❌ No</span> | <spantitle="Logs viewers may not change databases in ways that do not affect costs">❌ No</span> |
125
125
| View subscription | <spantitle="Owners can view subscription details">✅ Yes</span> | <spantitle="Billing Admins can view subscription details">✅ Yes</span> | <spantitle="Managers can view subscription details">✅ Yes</span> | <spantitle="Members can view subscription details">✅ Yes</span> | <spantitle="Viewers can view subscription details">✅ Yes</span> | <spantitle="Logs viewers may not view subscriptions">❌ No</span> |
126
126
| View database | <spantitle="Owners can view database details">✅ Yes</span> | <spantitle="Billing Admins can view the list of databases but not database details">✅ Yes<sup>[3](#table-note-3)</sup></span> | <spantitle="Managers can view database details">✅ Yes</span> | <spantitle="Members can view database details">✅ Yes</span> | <spantitle="Viewers can view database details">✅ Yes</span> | <spantitle="Logs viewers may not view databases">❌ No</span> |
127
-
| Use the [REST API]({{< relref "/operate/rc/api" >}}) | <spantitle="Owners can use the Redis Cloud API">✅ Yes</span> | <spantitle="Billing Admins may not use the Redis Cloud API">❌ No</span> | <spantitle="Managers may not use the REST API">❌ No</span> | <spantitle="Members may not use the REST API">❌ No</span> | <spantitle="Viewers can use the REST API for GET requests only">✅ Yes<sup>[4](#table-note-4)</sup></span> | <spantitle="Logs viewers can use the REST API for GET /logs only">✅ Yes<sup>[5](#table-note-5)</sup></span> |
127
+
| Use the [REST API]({{< relref "/operate/rc/api" >}}) | <spantitle="Owners can use the Redis Cloud API">✅ Yes</span> | <spantitle="Billing Admins may not use the Redis Cloud API">❌ No</span> | <spantitle="Managers may not use the REST API">❌ No</span> | <spantitle="Members may not use the REST API">❌ No</span> | <spantitle="Viewers can use the REST API for GET requests only">✅ Yes<sup>[5](#table-note-5)</sup></span> | <spantitle="Logs viewers can use the REST API for GET /logs only">✅ Yes<sup>[6](#table-note-6)</sup></span> |
128
128
129
129
1. <aname="table-note-1"style="display: block; height: 80px; margin-top: -80px;"></a>Billing Admins can only edit the account billing address in Account Settings.
130
130
131
131
2. <aname="table-note-2"style="display: block; height: 80px; margin-top: -80px;"></a>Billing Admins can only change the payment method when editing a subscription.
132
132
133
133
3. <aname="table-note-3"style="display: block; height: 80px; margin-top: -80px;"></a>Billing Admins can see the list of databases, but can not see database details, including connection details.
134
134
135
-
4. <aname="table-note-4"style="display: block; height: 80px; margin-top: -80px;"></a>Viewers can use the REST API for GET requests, but can not modify subscription or database details.
135
+
4. <aname="table-note-4"style="display: block; height: 80px; margin-top: -80px;"></a>Managers are able to view existing payment methods and assign them as payment methods for subscriptions, but they cannot add or remove payment methods.
136
136
137
-
5. <aname="table-note-5"style="display: block; height: 80px; margin-top: -80px;"></a>Logs viewers can only use the [`GET logs/`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountSystemLogs" >}}) endpoint of the REST API.
137
+
5. <aname="table-note-5"style="display: block; height: 80px; margin-top: -80px;"></a>Viewers can use the REST API for GET requests, but cannot modify subscription or database details.
138
+
139
+
6. <aname="table-note-6"style="display: block; height: 80px; margin-top: -80px;"></a>Logs viewers can only use the [`GET logs/`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountSystemLogs" >}}) endpoint of the REST API.
0 commit comments