-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RC: New Packaging Documentation updates (#3222)
* Fixed on GCP changes * Changed Fixed and Flexible to Essentials and Pro except where already changed * marketplace integrations * RC Packaging: Quick Start (#3201) * Quick start changes * remove subscription and edit signup image * Update content/rc/rc-quickstart.md * RC Packaging: Split create databases into 3 and implement Essentials flow (#3203) * create database - first draft * Typo and links * split create db into 3 * Screenshots for Essentials * DOC-3459 Remove shards note for search and query * create database - first draft * more throughput changes * Revert previous commit * Apply suggestions from code review Co-authored-by: mich-elle-luna <[email protected]> * RC New Packaging: Databases landing page (#3205) * Databases landing page * Apply suggestions from code review Co-authored-by: mich-elle-luna <[email protected]> --------- Co-authored-by: mich-elle-luna <[email protected]> --------- Co-authored-by: mich-elle-luna <[email protected]> * RC Packaging: View and Edit databases (#3204) * Edit with packaging changes * Apply suggestions from code review Co-authored-by: mich-elle-luna <[email protected]> --------- Co-authored-by: mich-elle-luna <[email protected]> * fix build error * Fix small image * RC New packaging: Create Pro databases (#3219) * First draft * Bedrock changes * RC New Packaging: Remove Create Subscription pages (#3211) * Remove Create Flexible and Create Active-Active subscriptions * fix build errors * Remove create Fixed and rename files * Fix build errors/alias issues * change titles/linktitles * Edit index page * Move Essentials first * RC New Packaging: Create Active-Active database (#3217) * Remove Create Flexible and Create Active-Active subscriptions * fix build errors * Remove create Fixed and rename files * Fix build errors/alias issues * change titles/linktitles * Edit index page * Move Essentials first * Active-Active databases and move A/A to configure * Index pages and links * Databases section minor updates (#3221) * Fix image size * Remove old logo link * image fixes * Update content/rc/cloud-integrations/aws-marketplace/aws-bedrock/set-up-redis.md * Update content/rc/subscriptions/view-essentials-subscription/essentials-plan-details.md Co-authored-by: David Dougherty <[email protected]> * RC: Throughput moving to ops/sec for search & query changelog updates (#3218) * ops/sec changelog * Remove breaking change * Add deprecation --------- Co-authored-by: mich-elle-luna <[email protected]> Co-authored-by: David Dougherty <[email protected]>
- Loading branch information
1 parent
82df97c
commit 27ea6df
Showing
100 changed files
with
884 additions
and
816 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Before creating a Redis Cloud database, you need to [create an account]({{< relref "rc/rc-quickstart.md" >}}). | ||
|
||
To create a database in your Redis Cloud account: | ||
|
||
1. Sign in to the [Redis Cloud console](https://app.redislabs.com). | ||
|
||
2. Select the **New database** button. | ||
|
||
{{<image filename="images/rc/button-database-new.png" alt="The New Database button creates a new database." width="120px">}}{{< /image >}} | ||
|
||
This displays the **Create database** screen. | ||
|
||
3. Select your Redis use case. There are four pre-defined use cases: | ||
|
||
{{<image filename="images/rc/create-database-redis-use-cases.png" alt="The Redis Use case panel">}}{{< /image >}} | ||
|
||
- **Cache**: Stores short-term or volatile data. Can be used for session management, semantic cache, session store, and other uses where data is short-lived. | ||
- **Database**: Stores durable and consistent data. Can be used for document databases, feature storage, gaming leaderboards, durable caches, and other uses where your data needs to be highly available and persistent. | ||
- **Vector search**: Manages and manipulates vector data. Can be used for Generative AI, recommendation systems, visual search, and other uses where you can search and query your data. | ||
- **Custom**: If your Redis use case doesn't match any of the other use cases, you can choose this option to customize all of your settings. | ||
|
||
Select the use case that best matches your Redis use case. You can always change the settings later. See [Use case settings](#use-case-settings) to view the settings for each use case. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
As of January 2024, new and upgraded Fixed subscriptions are limited to one database per subscription. If you have a Fixed subscription created before January 2024, you can add databases up to the previous plan limit. If you choose to upgrade your plan, you can keep your databases, but you will need to create a new subscription to add another database. | ||
As of January 2024, new and upgraded Redis Cloud Essentials subscriptions are limited to one database per subscription. If you have a Redis Cloud Essentials subscription created before January 2024, you can add databases up to the previous plan limit. If you choose to upgrade your plan, you can keep your databases, but you will need to create a new subscription to add another database. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## Use case settings | ||
|
||
The following table shows the default use case settings for a Pro database. | ||
|
||
| **Type** | High Availability | Data Persistence | Capabilities | Eviction Policy | | ||
|---|---|---|---|---| | ||
| **Cache** | Single-zone | None | None | `volatile-lru` | | ||
| **Database** | Multi-zone | Append-only file every 1 sec | Search & query, JSON, Probabilistic, Time Series | None | | ||
| **Vector Search** | Multi-zone | Append-only file every 1 sec | Search & query, JSON | None | | ||
| **Custom** | Single-zone | Append-only file every 1 sec | None | None | | ||
|
||
## Billing Unit types | ||
|
||
The Redis Billing Unit types associated with your Pro subscription depend on your database memory size and throughput requirements. | ||
|
||
| Shard type | Capacity (Memory/Throughput) | | ||
|:------------|:----------| | ||
| Micro | 1GB / 1K ops/sec | | ||
| High-throughput | 2.5GB / 25K ops/sec | | ||
| Small | 12.5GB / 12.5K ops/sec | | ||
| Large | 25GB / 25K ops/sec | | ||
| Very large<sup>[1](#table-note-1)</sup> | 50GB / 5K ops/sec | | ||
| XLarge<sup>[2](#table-note-2)</sup> | 50GB / 10K ops/sec | | ||
|
||
1. <a name="table-note-1" style="display: block; height: 80px; margin-top: -80px;"></a>Used for databases with Auto Tiering before Redis 7.2. | ||
|
||
2. <a name="table-note-2" style="display: block; height: 80px; margin-top: -80px;"></a>Used for hosted databases with Auto Tiering for Redis 7.2 and later. | ||
|
||
Prices vary according to the cloud provider and region. Minimum prices apply. To learn more, see [Cloud pricing](https://redis.com/redis-enterprise-cloud/pricing/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Here, you can: | ||
You can select the tag's **Key** and **Value** from the suggestions, or you can enter your own. | ||
|
||
- Select **Add tag** to add a tag. | ||
{{<image filename="images/rc/tags-new-tag.png" alt="The New tag fields." >}}{{< /image >}} | ||
|
||
{{<image filename="images/rc/tags-button-add-tag.png" alt="The Add tag button." width=100px >}}{{< /image >}} | ||
A valid tag must follow these guidelines: | ||
- Tag keys must be between 2 and 64 characters long, and values must be at least 2 characters long. | ||
- Tags can only have lowercase letters, numbers, spaces, and these special characters: `-`, `_`, `.`, `+`, `@`, and `:`. | ||
|
||
{{<image filename="images/rc/tags-new-tag.png" alt="The New tag fields." >}}{{< /image >}} | ||
|
||
You can select the tag's **Key** and **Value** from the suggestions, or you can enter your own. | ||
|
||
A valid tag must follow these guidelines: | ||
- Tag keys must be between 2 and 64 characters long, and values must be at least 2 characters long. | ||
- Tags can only have lowercase letters, numbers, spaces, and these special characters: `-`, `_`, `.`, `+`, `@`, and `:`. | ||
After you add your first tag, you can: | ||
|
||
- Select the **Key** or **Value** field of an existing tag and enter new text to edit it. | ||
|
||
- Select **Delete** next to a tag to delete it. | ||
|
||
{{<image filename="images/rc/tags-icon-delete.png" alt="Delete button." >}}{{< /image >}} | ||
{{<image filename="images/rc/tags-icon-delete.png" alt="Delete button." >}}{{< /image >}} | ||
|
||
- Select **Add additional tag** to add another tag. | ||
|
||
{{<image filename="images/rc/tags-button-add-additional-tag.png" alt="The Add additional tag button." width="200px" >}}{{< /image >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
Title: Redis Cloud changelog (April 2024) | ||
linktitle: April 2024 | ||
description: New features, enhancements, and other changes added to Redis Cloud during April 2024. | ||
highlights: Search and query throughput in ops/sec | ||
weight: 55 | ||
alwaysopen: false | ||
categories: ["RC"] | ||
aliases: [] | ||
--- | ||
|
||
## Enhancements | ||
|
||
### Search and query throughput in ops/sec | ||
|
||
You can now set the throughput for databases with Search and query in operations per second (ops/sec), like all other Redis databases. This will let you seamlessly scale your query workload in and out as needed. | ||
|
||
## Deprecations | ||
|
||
- Setting throughput by `number-of-shards` is now deprecated for the `POST /v1/subscriptions/{subscriptionId}/databases` REST API endpoint and will be removed soon. We recommend changing the throughput measurement to `operations-per-second` when you create databases using the Redis Cloud API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.