diff --git a/content/embeds/rc-create-db-first-steps.md b/content/embeds/rc-create-db-first-steps.md index 77c3d9db0..afba75ac1 100644 --- a/content/embeds/rc-create-db-first-steps.md +++ b/content/embeds/rc-create-db-first-steps.md @@ -8,15 +8,4 @@ To create a database in your Redis Cloud account: {{The New Database button creates a new database.}} - This displays the **Create database** screen. - -3. Select your Redis use case. There are four pre-defined use cases: - - {{The Redis Use case panel}} - - - **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. \ No newline at end of file + This displays the **Create database** screen. \ No newline at end of file diff --git a/content/embeds/rc-create-db-use-cases.md b/content/embeds/rc-create-db-use-cases.md new file mode 100644 index 000000000..9018ffbf8 --- /dev/null +++ b/content/embeds/rc-create-db-use-cases.md @@ -0,0 +1,10 @@ +3. Select your Redis use case. There are four pre-defined use cases: + + {{The Redis Use case panel}} + + - **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. \ No newline at end of file diff --git a/content/operate/rc/changelog/december-2024.md b/content/operate/rc/changelog/december-2024.md index 8cdac56d0..126d92346 100644 --- a/content/operate/rc/changelog/december-2024.md +++ b/content/operate/rc/changelog/december-2024.md @@ -18,4 +18,12 @@ weight: 38 You can now add a user with the **Logs Viewer** role in the [Access Management]({{< relref "/operate/rc/security/access-control/access-management" >}}) screen. Logs Viewers can only use the [Redis Cloud API]({{< relref "/operate/rc/api" >}}) [`GET logs/`](https://api.redislabs.com/v1/swagger-ui/index.html#/Account/getAccountSystemLogs) endpoint. -See [Team Management roles]({{< relref "/operate/rc/security/access-control/access-management#team-management-roles" >}}) to see an overview of user roles and their permissions. \ No newline at end of file +See [Team Management roles]({{< relref "/operate/rc/security/access-control/access-management#team-management-roles" >}}) to see an overview of user roles and their permissions. + +### Redis Flex preview on Redis Cloud Essentials + +Redis Flex is now available in Preview on Redis Cloud Essentials. + +Redis Flex databases have a tiered solid state drive (SSD) and RAM architecture. Using SSDs instead of RAM significantly reduces infrastructure costs, which means developers can build applications that require large datasets using the same Redis API. + +See [Create a Redis Flex database]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}}) for more info. \ No newline at end of file diff --git a/content/operate/rc/databases/create-database/_index.md b/content/operate/rc/databases/create-database/_index.md index 45ebbf178..6b351f9aa 100644 --- a/content/operate/rc/databases/create-database/_index.md +++ b/content/operate/rc/databases/create-database/_index.md @@ -17,6 +17,7 @@ The process for Creating a database depends on the type of [subscription plan]({ An **Essentials** plan is a fixed monthly price for a single database. It is cost-efficient and designed for low-throughput scenarios. It supports a range of availability, persistence, and backup options. Pricing supports low throughput workloads. - [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}) +- [Create a Redis Flex database]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}}) A **Pro** plan is an hourly price based on capacity. It supports more databases, larger databases, greater throughput, and unlimited connections. - [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) diff --git a/content/operate/rc/databases/create-database/create-active-active-database.md b/content/operate/rc/databases/create-database/create-active-active-database.md index 7f2ac1448..c6ffaf5c2 100644 --- a/content/operate/rc/databases/create-database/create-active-active-database.md +++ b/content/operate/rc/databases/create-database/create-active-active-database.md @@ -26,6 +26,8 @@ Redis Cloud maintains consistency among instances in the background; that is, ea {{< embed-md "rc-create-db-first-steps.md" >}} +{{< embed-md "rc-create-db-use-cases.md" >}} + 4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**. {{The Subscription selection panel with Pro selected.}} diff --git a/content/operate/rc/databases/create-database/create-essentials-database.md b/content/operate/rc/databases/create-database/create-essentials-database.md index 7830b7c96..3fb3de407 100644 --- a/content/operate/rc/databases/create-database/create-essentials-database.md +++ b/content/operate/rc/databases/create-database/create-essentials-database.md @@ -14,6 +14,8 @@ tocEmbedHeaders: true --- {{< embed-md "rc-create-db-first-steps.md" >}} + +{{< embed-md "rc-create-db-use-cases.md" >}} {{< note >}} See [Use case settings](#use-case-settings) to view the default settings for each use case. {{< /note >}} @@ -24,6 +26,7 @@ See [Use case settings](#use-case-settings) to view the default settings for eac {{< note >}} This guide shows how to create an Essentials database. +- If you'd rather create a Redis Flex database on Redis Cloud Essentials, see [Create a Redis Flex database]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}}) - If you'd rather create a Pro database, see [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}). - If you already have a Pro subscription and want to add a database to it, see [Create a Pro database in an existing subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}). {{< /note >}} diff --git a/content/operate/rc/databases/create-database/create-flex-database.md b/content/operate/rc/databases/create-database/create-flex-database.md new file mode 100644 index 000000000..770f91358 --- /dev/null +++ b/content/operate/rc/databases/create-database/create-flex-database.md @@ -0,0 +1,140 @@ +--- +Title: Create a Redis Flex database +alwaysopen: false +categories: +- docs +- operate +- rc +description: Shows how to create an Redis Flex database on Redis Cloud and describes the best use cases for Redis Flex. +linkTitle: Create Redis Flex database +weight: 8 +tocEmbedHeaders: true +--- + +Redis Flex databases have a tiered solid state drive (SSD) and RAM architecture. Using SSDs instead of RAM significantly reduces infrastructure costs, which means developers can build applications that require large datasets using the same Redis API. + +Redis Flex databases are compatible with most existing Redis applications, except for applications that use Search and Query and Time Series. + +Redis Flex is currently available in preview on Redis Cloud Essentials. + +## Redis Flex use cases + +The benefits associated with Redis Flex are dependent on the use case. + +Redis Flex is ideal when your: + +- working set is significantly smaller than your dataset (high RAM hit rate) +- average key size is smaller than average value size (all key names are stored in RAM) +- most recent data is the most frequently used (high RAM hit rate) + +Redis Flex is not recommended for: + +- Long key names (all key names are stored in RAM) +- Broad access patterns (any value could be pulled into RAM) +- Large working sets (working set is stored in RAM) +- Frequently moved data (moving to and from RAM too often can impact performance) + +Redis Flex is not intended to be used for persistent storage. + +## Where is my data? + +When using Redis Flex, RAM storage holds: +- All keys (names) +- Key indexes +- Dictionaries +- Hot data (working set) + +All data is accessed through RAM. If a value in flash memory is accessed, it becomes part of the working set and is moved to RAM. These values are referred to as “hot data”. + +Inactive or infrequently accessed data is referred to as “warm data” and stored in flash memory. When more space is needed in RAM, warm data is moved from RAM to flash storage. + +## Create a Redis Flex database on Redis Cloud Essentials + +{{< embed-md "rc-create-db-first-steps.md" >}} + +3. Select your Redis use case. There are three pre-defined use cases supported with Redis Flex: + + {{The Redis Use case panel}} + + - **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. + - **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. + + The **Vector search** use case is not supported with Redis Flex. + + {{< note >}} +See [Use case settings](#use-case-settings) to view the default settings for each use case. + {{< /note >}} + +4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Redis Flex**. + + {{The Subscription selection panel with Redis Flex selected.}} + + {{< note >}} +This guide shows how to create a Redis Flex database on Redis Cloud Essentials. +- If you'd rather create a Redis on RAM Essentials database, see [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}). +- If you'd rather create a Pro database, see [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}). +- If you already have a Pro subscription and want to add a database to it, see [Create a Pro database in an existing subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}). + {{< /note >}} + + After you select **Redis Flex**, the rest of the database details will appear. + + {{The database name, cloud vendor, region, and type settings.}} + +1. Redis will generate a database name for you. If you want to change it, you can do so in the **Database name** field. + +1. Choose a **Region** on Amazon Web Services for your database. + +1. In the **Durability settings** panel, choose your **High availability settings** and **Data persistence** settings from the list. + + {{The durability settings allow you to choose High availability and Data persistence.}} + + + Redis Cloud supports the following high availability settings: + + - **None**: You will have a single copy of your database without replication. + - **Single-Zone**: Your database will have a primary and a replica located in the same cloud zone. If anything happens to the primary, the replica takes over and becomes the new primary. + - **Multi-Zone**: The primary and its replicas are stored in different zones. This means that your database can remain online even if an entire zone becomes unavailable. + + See [High availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) for more information about these settings. + + Redis Cloud supports the following Data persistence options: + + - An **Append-Only File** maintains a record (sometimes called a _redo log_ or _journal_) of write operations. This allows the data to be restored by using the record to reconstruct the database up to the point of failure. For Essentials databases, Redis updates the Append-Only file every second. + + - A **Snapshot** is a copy of the in-memory database, taken at periodic intervals (one, six, or twelve hours). You can restore data to the snapshot's point in time. + + See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings. + + These settings may already be set based on the use case you selected. You can change them now if you like. + +1. Select the desired memory limit. + + {{Available Redis Flex plans.}} + + For a comparison of available plans, see [Redis Cloud Essentials plans]({{< relref "/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details" >}}). + +1. Enter your payment details. + + If you haven't previously entered a payment method, use the **Add Credit Card** button to add one. + + {{The Add credit card icon.}} + +1. Select **Confirm & pay** to create your database. + +{{Select Confirm & Pay to create your new database.}} + +When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears. + + +### Use case settings + +The following table shows the default use case settings for an Essentials database. + +| **Type** | High Availability | Data Persistence | Size | Eviction Policy | +|---|---|---|---|---| +| **Cache** | None | None | 30 MB - 12 GB | `volatile-lru` | +| **Database** | Multi-zone | Append-only file every 1 sec | 250 MB - 12 GB | None | +| **Custom** | Single-zone | Append-only file every 1 sec | 250 MB - 12 GB | None | diff --git a/content/operate/rc/databases/create-database/create-pro-database-existing.md b/content/operate/rc/databases/create-database/create-pro-database-existing.md index c1d3771af..eace2064c 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-existing.md +++ b/content/operate/rc/databases/create-database/create-pro-database-existing.md @@ -13,6 +13,8 @@ tocEmbedHeaders: true {{< embed-md "rc-create-db-first-steps.md" >}} +{{< embed-md "rc-create-db-use-cases.md" >}} + {{< note >}}See [Use case settings](#use-case-settings) to view the default settings for each use case.{{< /note >}} 4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**, select **Existing subscription**, and then select your existing pro subscription from the list. diff --git a/content/operate/rc/databases/create-database/create-pro-database-new.md b/content/operate/rc/databases/create-database/create-pro-database-new.md index 1e66e6fe0..354a238b2 100644 --- a/content/operate/rc/databases/create-database/create-pro-database-new.md +++ b/content/operate/rc/databases/create-database/create-pro-database-new.md @@ -13,6 +13,8 @@ tocEmbedHeaders: true {{< embed-md "rc-create-db-first-steps.md" >}} +{{< embed-md "rc-create-db-use-cases.md" >}} + {{< note >}}See [Use case settings](#use-case-settings) to view the default settings for each use case.{{< /note >}} 4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**. diff --git a/content/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details.md b/content/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details.md index 588461cb5..3c9c610ef 100644 --- a/content/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details.md +++ b/content/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details.md @@ -23,7 +23,9 @@ If you need additional resources, you can [upgrade your subscription]({{< relref ## Current plans -These plans are currently offered for all new and upgraded Essentials subscriptions (updated March 2024). +These plans are currently offered for all new and upgraded Essentials subscriptions (updated December 2024). + +### Redis Cloud Essentials plans {{}} | **DB size**[1](#table-note-1) | **30 MB (Free)** | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | @@ -38,6 +40,21 @@ These plans are currently offered for all new and upgraded Essentials subscripti 2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024. +### Redis Flex plans + +{{}} +| **DB size**[1](#table-note-1-flex) | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | **25 GB** | **50 GB** | **100 GB** | +|---|---|---|---|---|---|---|---| +| **Concurrent
connections
per database** | 1024 | 2500 | 5000 | 10000 | 10000 | 10000 | 10000 | +| **CIDR
allow rules** | 4-8 | 4-8 | 4-16 | 4-32 | 4-32 | 4-32 | 4-32 | +| **Monthly
total network
bandwidth** | 50 GB | 100 GB | 200 GB | 500 GB | 1000 GB | 2000 GB | 4000 GB | +| **Maximum
throughput[2](#table-note-2-flex)** | 200 ops/sec | 500 ops/sec | 1000 ops/sec | 2400 ops/sec | 5000 ops/sec | 10000 ops/sec | 20000 ops/sec | +{{
}} + +1. Database size includes replication where applicable. See [High availability cost impact]({{< relref "/operate/rc/databases/configuration/high-availability#dataset-size" >}}) for more information. + +2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024. + ## Previous plans {#legacy} These plans were available before November 2023. diff --git a/static/images/rc/create-database-flex-cloud-vendor.png b/static/images/rc/create-database-flex-cloud-vendor.png new file mode 100644 index 000000000..7e78b9dd6 Binary files /dev/null and b/static/images/rc/create-database-flex-cloud-vendor.png differ diff --git a/static/images/rc/create-database-subscription-essentials.png b/static/images/rc/create-database-subscription-essentials.png index 87defb20a..3bdf600ec 100644 Binary files a/static/images/rc/create-database-subscription-essentials.png and b/static/images/rc/create-database-subscription-essentials.png differ diff --git a/static/images/rc/create-database-subscription-flex.png b/static/images/rc/create-database-subscription-flex.png new file mode 100644 index 000000000..6d42d5145 Binary files /dev/null and b/static/images/rc/create-database-subscription-flex.png differ diff --git a/static/images/rc/create-database-subscription-pro-new.png b/static/images/rc/create-database-subscription-pro-new.png index 994592a0c..2fb0f919f 100644 Binary files a/static/images/rc/create-database-subscription-pro-new.png and b/static/images/rc/create-database-subscription-pro-new.png differ diff --git a/static/images/rc/subscription-new-flex-tiers.png b/static/images/rc/subscription-new-flex-tiers.png new file mode 100644 index 000000000..f3727ff38 Binary files /dev/null and b/static/images/rc/subscription-new-flex-tiers.png differ