Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ea79646. Configure here.
| ### Open tag manager from the Configuration tab {#configuration-tab} | ||
|
|
||
| To learn how to navigate to your database, see [View and edit databases]({{< relref "/operate/rc/databases/view-edit-database" >}}). Select the **Configuration** tab and go to the **General** section to view the tags that are set for your database. | ||
| To learn how to navigate to your database, see [View and edit databases]({{< relref "/operate/rc/databases/view-edit-database" >}}). Select the **Configuration** tab to view the tags that are set for your database. For Essentials databases, the **Manage tags** button is at the top of the tab; for Pro databases, go to the **General** section. |
There was a problem hiding this comment.
Essentials tags use Pro screenshot
Low Severity
The Configuration tab steps now say Essentials users find Manage tags at the top of the tab, but the screenshot below is still the Pro General layout (database-details-configuration-tab-general-flexible.png). Essentials readers see UI guidance that does not match the image.
Reviewed by Cursor Bugbot for commit ea79646. Configure here.
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
andy-stark-redis
left a comment
There was a problem hiding this comment.
Couple of broken images and a small question about consistency. Otherwise, no point in holding you up - j'approve!
|
|
||
| {{<image filename="images/rc/database-details-configuration-tab-danger-flexible.png" width="75%" alt="The Danger Zone of the Database details screen." >}} | ||
| <img src="../../../../images/rc/database-more-actions-delete-essentials.png" alt="The More actions menu on the database screen, with Delete database selected." width=40%> |
There was a problem hiding this comment.
Broken image and also good practice to use {{< image >}} here (there are a few <img> tags below too).
There was a problem hiding this comment.
The {{< image >}} shortcode doesn't work with the multitabs shortcode - it's a whole thing. The images will be fixed in the next commit.
| @@ -132,6 +205,8 @@ The **View Database** screen also has tabs that let you view: | |||
|
|
|||
| - **Slowlog**: a log showing recent [slow queries]({{< relref "/commands/slowlog" >}}) run against your database. The log displays when the action started, the duration, the complexity of the operation, and any parameters passed to the operation. | |||
|
|
|||
| - **Alerts** (_Essentials databases only_): the notification emails sent to your account and the conditions that trigger them. See [Configure alerts]({{< relref "/operate/rc/databases/monitor-performance#configure-metric-alerts" >}}) for more information. | |||
There was a problem hiding this comment.
The Pro tab above has an Alerts section that links to the same page (ie, not essentials-only, or maybe this list item should be a section in the essentials tab?)
There was a problem hiding this comment.
Yeah, but it's part of the Configuration tab. Whereas in Essentials, the Alerts tab is its own tab.
|
|
||
| {{<image filename="images/rc/database-fixed-configuration-security.png" width="75%" alt="The Security section of the Configuration tab of the database details page." >}} | ||
| {{<image filename="images/rc/database-essentials-default-user.png" width="75%" alt="The Security section of the Configuration tab of the database details page." >}} |


Note
Low Risk
Documentation-only updates to Redis Cloud console navigation; no application or infrastructure code changes.
Overview
Redis Cloud docs are updated for the new Essentials database Configuration tab and related console UI, with Essentials vs Pro paths called out across operational guides.
view-edit-database.mdis the main change: a multitabs layout documents Essentials sections (Performance & availability, Access, Data, Security, Database info) and notes a dedicated Alerts tab for Essentials, while Pro keeps the existing General / Performance / Durability / Security / Alerts / Danger zone structure.Related pages now steer users by plan—for example Remote backup under Performance & availability (Essentials) vs Durability (Pro), endpoints under Access vs General, alerts on the Alerts tab vs Configuration, default user via Configure, and delete via More actions vs Danger zone. Create flows reorder plan before RAM / RAM + SSD (Flex) and rename the free tier to Try 30 MB for free. The operate index Alerts link targets
monitor-performance#configure-metric-alerts.Reviewed by Cursor Bugbot for commit ea79646. Bugbot is set up for automated code reviews on this repo. Configure here.