From b93b56ca89f9787ce3a19e56369e81300828425f Mon Sep 17 00:00:00 2001 From: William Johnston Date: Thu, 16 Nov 2023 08:38:00 -0800 Subject: [PATCH] REC -> RC, fixing build --- .../index-analytics-using-aws.mdx | 8 ++--- .../bidding-on-aws/index-bidding-on-aws.mdx | 14 ++++---- docs/create/aws/chatapp/index-chatapp.mdx | 12 +++---- ...aws-elasticache-redis-enterprise-cloud.mdx | 18 +++++----- .../aws/redis-on-aws/index-redis-on-aws.mdx | 10 +++--- docs/create/aws/terraform/index-terraform.mdx | 26 +++++++------- .../azure/portal/index-azure-portal.mdx | 4 +-- .../azurefunctions/index-azurefunctions.mdx | 4 +-- docs/create/cloud/aws/index-aws.mdx | 4 +-- docs/create/cloud/azure/index-azure.mdx | 4 +-- docs/create/cloud/gcp/index-gcp.mdx | 4 +-- .../create/cloud/rediscloud/index-recloud.mdx | 10 +++--- docs/create/heroku/portal/index-heroku.mdx | 2 +- .../heroku/portal/index-heroku.mdx.march25 | 36 +++++++++---------- .../heroku/portal/index-heroku.mdx.python | 12 +++---- docs/create/windows/index-windows.mdx | 1 - docs/develop/deno/index-deno.mdx | 6 ++-- .../lesson_1/index-lesson_1.mdx | 2 +- .../index-introductiontomodules.mdx | 2 +- .../whatisredis/index-whatisredis.mdx | 2 +- docs/develop/rust/index-rust.mdx | 4 +-- docs/explore/import/index-import.mdx | 6 ++-- .../redisdatasource/index-redisdatasource.mdx | 6 ++-- docs/explore/riot/index-riot.mdx | 6 ++-- ...aws-elasticache-redis-enterprise-cloud.mdx | 20 +++++------ docs/guides/import/index-import.mdx | 8 ++--- docs/guides/security/index-security.mdx | 4 +-- .../antipatterns/index-antipatterns.mdx | 6 ++-- .../frauddetection/index-frauddetection.mdx | 6 ++-- docs/howtos/hackernews/index-hackernews.mdx | 2 +- docs/howtos/leaderboard/index-leaderboard.mdx | 2 +- .../moviesdatabase/install/index-install.mdx | 2 +- docs/howtos/quick-start/index-quick-start.mdx | 2 +- .../getting-started/index-gettingstarted.mdx | 10 +++--- .../index-usingredisinsight.mdx | 2 +- .../shoppingcart/index-shoppingcart.mdx | 2 +- .../index-cache-prefetching.mdx | 4 +-- .../write-behind/index-write-behind.mdx | 2 +- .../write-through/index-write-through.mdx | 2 +- .../index-digital-identity-validation.mdx | 6 ++-- .../index-transaction-risk-scoring.mdx | 12 +++---- .../index-api-gateway-caching.mdx | 4 +-- .../microservices/caching/index-caching.mdx | 8 ++--- .../common-data/redis-enterprise.mdx | 6 ++-- .../microservices/cqrs/index-cqrs.mdx | 10 +++--- .../index-interservice-communication.mdx | 6 ++-- .../index-account-dashboard.mdx | 10 +++--- .../common-mb/additional-resources.mdx | 2 +- .../index-session-management.mdx | 6 ++-- .../index-rti-available-to-promise.mdx | 6 ++-- .../common-rti/additional-resources.mdx | 2 +- .../common-rti/customer-proofs.mdx | 2 +- .../index-rti-local-inventory-search.mdx | 8 ++--- docs/modules/redisbloom/index-redisbloom.mdx | 2 +- docs/modules/redisearch/index-redisearch.mdx | 4 +-- docs/modules/redisgraph/index-redisgraph.mdx | 2 +- docs/modules/redisjson/index-redisjson.mdx | 2 +- .../redistimeseries/index-redistimeseries.mdx | 2 +- .../redisdatasource/index-redisdatasource.mdx | 6 ++-- .../index-azure-cache-terraform-private.mdx | 12 +++---- .../index-azure-cache-terraform.mdx | 16 ++++----- .../terraform/index-terraform.mdx | 26 +++++++------- .../index-redis-server-overview.mdx | 2 +- docs/tools/riot/index-riot.mdx | 4 +-- src/theme/Resources/index.tsx | 5 ++- 65 files changed, 224 insertions(+), 224 deletions(-) diff --git a/docs/create/aws/analytics-using-aws/index-analytics-using-aws.mdx b/docs/create/aws/analytics-using-aws/index-analytics-using-aws.mdx index 0baf93a1437..a7fc28ddbd0 100644 --- a/docs/create/aws/analytics-using-aws/index-analytics-using-aws.mdx +++ b/docs/create/aws/analytics-using-aws/index-analytics-using-aws.mdx @@ -40,13 +40,13 @@ Ready to get started? Ok, let’s dive straight in. - Install Node - v12.19.0 - Install NPM - v6.14.8 -### Step 1. Sign up for a Free Redis Enterprise Cloud Account +### Step 1. Sign up for a Free Redis Cloud Account -[Follow this tutorial](https://developer.redis.com/create/aws/redis-on-aws) to sign up for a free Redis Enterprise Cloud account. +[Follow this tutorial](https://developer.redis.com/create/aws/redis-on-aws) to sign up for a free Redis Cloud account. ![image](analytics3.png) -Choose AWS as a Cloud vendor while creating your new subscription. At the end of the database creation process, you will get a Redis Enterprise CLoud database endpoint and password. You can save it for later use. +Choose AWS as a Cloud vendor while creating your new subscription. At the end of the database creation process, you will get a Redis Cloud database endpoint and password. You can save it for later use. ![image](analytics4.png) @@ -66,7 +66,7 @@ Go to /server folder (cd ./server) and then execute the below command: cp .env.example .env ``` -Open .env file and add Redis Enterprise Cloud Database Endpoint URL, port and password as shown below: +Open .env file and add Redis Cloud Database Endpoint URL, port and password as shown below: ``` diff --git a/docs/create/aws/bidding-on-aws/index-bidding-on-aws.mdx b/docs/create/aws/bidding-on-aws/index-bidding-on-aws.mdx index ca664fa51cb..cd3fc0907a3 100644 --- a/docs/create/aws/bidding-on-aws/index-bidding-on-aws.mdx +++ b/docs/create/aws/bidding-on-aws/index-bidding-on-aws.mdx @@ -46,13 +46,13 @@ Ready to get started? Ok, let’s dive straight in. #### All auctions -NodeJS connects to the Redis Enterprise Cloud database. +NodeJS connects to the Redis Cloud database. The frontend then communicates with the NodeJS backend through API calls. `GET : /api/auctions` fetches all the keys from Auctions Hash. -NodeJS uses the Redis module to work with Redis Enterprise Cloud. The Redis client is then created using the Redis credentials and hmget(). This is the equivalent of the HMSET command that’s used to push data to the Redis database. +NodeJS uses the Redis module to work with Redis Cloud. The Redis client is then created using the Redis credentials and hmget(). This is the equivalent of the HMSET command that’s used to push data to the Redis database. #### Each auction @@ -85,13 +85,13 @@ NodeJS uses the Redis module to work with Redis Cloud. The Redis client is then - [NodeJS](https://nodejs.org/en/) - [NPM](https://www.npmjs.com/) -### Step 1. Sign up for a Free Redis Enterprise Cloud Account +### Step 1. Sign up for a Free Redis Cloud Account -[Follow this tutorial](https://developer.redis.com/create/aws/redis-on-aws) to sign up for a free Redis Enterprise Cloud account. +[Follow this tutorial](https://developer.redis.com/create/aws/redis-on-aws) to sign up for a free Redis Cloud account. ![image](sign3.png) -Choose AWS as a Cloud vendor while creating your new subscription. At the end of the database creation process, you will get a Redis Enterprise CLoud database endpoint and password. You can save it for later use. +Choose AWS as a Cloud vendor while creating your new subscription. At the end of the database creation process, you will get a Redis Cloud database endpoint and password. You can save it for later use. ![image](sign4.png) @@ -173,7 +173,7 @@ npm start ### How data is stored -The [Redis Enterprise Cloud](https://redis.com/try-free) database with Redis Stack is what you’ll use to install the data. +The [Redis Cloud](https://redis.com/try-free) database with Redis Stack is what you’ll use to install the data. ### Auctions @@ -288,4 +288,4 @@ But thanks to Redis, the components that made up the architecture system became [NR-Digital-Auction](https://launchpad.redis.com/?id=project%3ANR-digital-auction-frontend) is a fantastic example of how innovations can be brought to life by using Redis. Everyday programmers are experimenting with Redis to build applications that are impacting everyday life from around the world and you can too! -So what can you build with Redis? For more inspiration, you can head over to the [Redis Launchpad](https://launchpad.redis.com/) to access an exciting range of applications. If you're ready to get started building, quickly spin up a free database [Redis Enterprise](https://redis.com/try-free/). +So what can you build with Redis? For more inspiration, you can head over to the [Redis Launchpad](https://launchpad.redis.com/) to access an exciting range of applications. If you're ready to get started building, quickly spin up a free database [Redis Cloud](https://redis.com/try-free/). diff --git a/docs/create/aws/chatapp/index-chatapp.mdx b/docs/create/aws/chatapp/index-chatapp.mdx index 34e2fe3f4e0..647861343e4 100644 --- a/docs/create/aws/chatapp/index-chatapp.mdx +++ b/docs/create/aws/chatapp/index-chatapp.mdx @@ -25,30 +25,30 @@ There’s been a rise in the number of social media apps that bring social eleme ### 1. What will you build? -In this tutorial, we will see how to build a realtime chat app built with Flask, Socket.IO and Redis Enterprise Cloud running on Amazon Web Services. This example uses pub/sub features combined with web-sockets for implementing the message communication between client and server. +In this tutorial, we will see how to build a realtime chat app built with Flask, Socket.IO and Redis Cloud running on Amazon Web Services. This example uses pub/sub features combined with web-sockets for implementing the message communication between client and server. ![image](chatapp2.png) ### 2. What will you need? - Frontend - React, Socket.IO -- Backend - Python(Flask), Redis Enterprise Cloud hosted on AWS +- Backend - Python(Flask), Redis Cloud hosted on AWS ### 3. Getting Started -### Step 1. Sign up for a Free Redis Enterprise Cloud Account +### Step 1. Sign up for a Free Redis Cloud Account -[Follow this tutorial](https://developer.redis.com/create/aws/redis-on-aws) to sign up for a free Redis Enterprise Cloud account. +[Follow this tutorial](https://developer.redis.com/create/aws/redis-on-aws) to sign up for a free Redis Cloud account. If you already have an existing account, then all you need are your login credentials to access your subscription. ![image](chatapp3.png) -Choose AWS as the Cloud vendor while creating your new subscription. While creating a new database, ensure that you set your own password. At the end of the database creation process, you will get a Redis Enterprise Cloud database endpoint and port. Save these, you will need them later. +Choose AWS as the Cloud vendor while creating your new subscription. While creating a new database, ensure that you set your own password. At the end of the database creation process, you will get a Redis Cloud database endpoint and port. Save these, you will need them later. ![image](chatapp4.png) :::tip -You don't need to create an AWS account for setting up your Redis database. Redis Enterprise Cloud on AWS is a fully managed database-as-a-service trusted by thousands of customers for high performance, infinite scalability, true high availability, and best-in-class support. +You don't need to create an AWS account for setting up your Redis database. Redis Cloud on AWS is a fully managed database-as-a-service trusted by thousands of customers for high performance, infinite scalability, true high availability, and best-in-class support. ::: ### Step 2. Clone the repository diff --git a/docs/create/aws/import/index-database-migration-aws-elasticache-redis-enterprise-cloud.mdx b/docs/create/aws/import/index-database-migration-aws-elasticache-redis-enterprise-cloud.mdx index acd419fb77f..e24859a7b3e 100644 --- a/docs/create/aws/import/index-database-migration-aws-elasticache-redis-enterprise-cloud.mdx +++ b/docs/create/aws/import/index-database-migration-aws-elasticache-redis-enterprise-cloud.mdx @@ -12,7 +12,7 @@ import Authors from '@theme/Authors'; Most of the database migration tools available today are offline in nature. They are complex and require manual intervention. -If you want to migrate your data from Amazon ElastiCache to Redis Enterprise Cloud, for example, the usual process is to back up your ElastiCache data to an Amazon S3 bucket and then import your data using the Redis Enterprise Cloud UI. This process can require painful downtime and could result in data loss. Other available techniques include creating point-in-time snapshots of the source Redis server and applying the changes to the destination servers to keep both the servers in sync. That might sound like a good approach, but it can be challenging when you have to maintain dozens of scripts to implement the migration strategy. +If you want to migrate your data from Amazon ElastiCache to Redis Cloud, for example, the usual process is to back up your ElastiCache data to an Amazon S3 bucket and then import your data using the Redis Cloud UI. This process can require painful downtime and could result in data loss. Other available techniques include creating point-in-time snapshots of the source Redis server and applying the changes to the destination servers to keep both the servers in sync. That might sound like a good approach, but it can be challenging when you have to maintain dozens of scripts to implement the migration strategy. So we’ve come up with a different approach: @@ -20,15 +20,15 @@ So we’ve come up with a different approach: ![image](../../../../static/img/ajeet-riot-blog-1.png) -RIOT is an open source online migration tool built by Julien Ruaux, a Solution Architect at Redis. RIOT implements client-side replication using a producer/consumer approach. The producer is the combination of the key and value readers that have a connection to ElastiCache. The key reader component identifies keys to be replicated using scan and keyspace notifications. For each key, the value reader component performs a DUMP and handles the resulting key+bytes to the consumer (writer), which performs a RESTORE on the Redis Enterprise connection. +RIOT is an open source online migration tool built by Julien Ruaux, a Solution Architect at Redis. RIOT implements client-side replication using a producer/consumer approach. The producer is the combination of the key and value readers that have a connection to ElastiCache. The key reader component identifies keys to be replicated using scan and keyspace notifications. For each key, the value reader component performs a DUMP and handles the resulting key+bytes to the consumer (writer), which performs a RESTORE on the Redis Cloud connection. -This blog post will show how to perform a seamless online migration of databases from ElastiCache to Redis Enterprise Cloud. +This blog post will show how to perform a seamless online migration of databases from ElastiCache to Redis Cloud. ## Prerequisites: You will require a few resources to use the migration tool: -- A Redis Enterprise Cloud subscription, sign up [here](https://redis.com/try-free/) +- A Redis Cloud subscription, sign up [here](https://redis.com/try-free/) - Amazon ElastiCache (a primary endpoint in the case of a single-master EC and a configuration endpoint in the case of a clustered EC: Refer to Finding Connection Endpoints on the ElastiCache documentation to learn more) - An Amazon EC2 instance based on Linux @@ -119,14 +119,14 @@ Commands: ping, p Execute PING command ``` -Once Java and RIOT are installed, we are all set to begin the migration process with the command below, which replicates data directly from the source (ElastiCache) to the target (Redis Enterprise Cloud). +Once Java and RIOT are installed, we are all set to begin the migration process with the command below, which replicates data directly from the source (ElastiCache) to the target (Redis Cloud). ## Step 4 - Migrate the data -Finally, it’s time to replicate the data from ElastiCache to Redis Enterprise Cloud by running the following command: +Finally, it’s time to replicate the data from ElastiCache to Redis Cloud by running the following command: ``` -sudo ./riot-redis -r redis://:6379 replicate -r redis://password@:port --live +sudo ./riot-redis -r redis://:6379 replicate -r redis://password@:port --live ``` ElastiCache can be configured in two ways: clustered and non-clustered. In the chart below, the first row shows what commands you should perform for the non-clustered scenario, while the second row shows the command for the clustered scenario with a specific database namespace: @@ -136,9 +136,9 @@ As you can see, whenever you have a clustered ElastiCache, you need to pass the ## Important notes - Perform user acceptance testing of the migration before using it in production. -- Once the migration is complete, ensure that application traffic gets successfully redirected to the Redis Enterprise endpoint. +- Once the migration is complete, ensure that application traffic gets successfully redirected to the Redis Cloud endpoint. - Perform the migration process during a period of low traffic to minimize the chance of data loss. ## Conclusion -If you’re looking for a simple and easy-to-use live migration tool that can help you move data from Amazon ElastiCache to Redis Enterprise Cloud with no downtime, RIOT is a promising option. +If you’re looking for a simple and easy-to-use live migration tool that can help you move data from Amazon ElastiCache to Redis Cloud with no downtime, RIOT is a promising option. diff --git a/docs/create/aws/redis-on-aws/index-redis-on-aws.mdx b/docs/create/aws/redis-on-aws/index-redis-on-aws.mdx index eaf60f14d7e..8be8a74abf0 100644 --- a/docs/create/aws/redis-on-aws/index-redis-on-aws.mdx +++ b/docs/create/aws/redis-on-aws/index-redis-on-aws.mdx @@ -10,16 +10,16 @@ import Authors from '@theme/Authors'; -Redis Enterprise Cloud on AWS is a fully Managed Redis Enterprise as a service. Designed for modern distributed applications, Redis Enterprise Cloud on AWS is known for its high performance, infinite scalability and true high availability. +Redis Cloud on AWS is fully managed Redis as a service. Designed for modern distributed applications, Redis Cloud on AWS is known for its high performance, infinite scalability and true high availability. -Follow the below steps to setup Redis Enterprise Cloud hosted over AWS Cloud: +Follow the below steps to setup Redis Cloud hosted over AWS Cloud: ### Step 1. Create free cloud account -Create your free Redis Enterprise Cloud account. Once you click on “Get Started”, you will receive an email with a link to activate your account and complete your signup process. +Create your free Redis Cloud account. Once you click on “Get Started”, you will receive an email with a link to activate your account and complete your signup process. :::tip -For a limited time, use **TIGER200** to get **$200** credits on Redis Enterprise Cloud and try all the advanced capabilities! +For a limited time, use **TIGER200** to get **$200** credits on Redis Cloud and try all the advanced capabilities! :tada: [Click here to sign up](https://redis.com/try-free) @@ -29,7 +29,7 @@ For a limited time, use **TIGER200** to get **$200** credits on Redis Enterprise ### Step 2. Create Your subscription -Next, you will have to create Redis Enterprise Cloud subscription. In the Redis Enterprise Cloud menu, click "Create your Subscription". +Next, you will have to create Redis Cloud subscription. In the Redis Cloud menu, click "Create your Subscription". ![My Image](images/create_subscription.png) diff --git a/docs/create/aws/terraform/index-terraform.mdx b/docs/create/aws/terraform/index-terraform.mdx index 1fb6897cf5f..fea67d60e37 100644 --- a/docs/create/aws/terraform/index-terraform.mdx +++ b/docs/create/aws/terraform/index-terraform.mdx @@ -32,10 +32,10 @@ Terraform is an open source IaC software tool that provides a consistent CLI wor - It is not intended to give low-level programmatic access to providers, but instead provides a high-level syntax for describing how cloud resources and services should be created, provisioned, and combined. - It provides a simple, unified syntax, allowing almost any resource to be managed without learning new tooling. -### The HashiCorp Terraform Redis Enterprise Cloud provider +### The HashiCorp Terraform Redis Cloud provider -Redis has developed a Terraform provider for Redis Enterprise Cloud. The HashiCorp Terraform Redis Enterprise Cloud provider allows customers to deploy and manage Redis Enterprise Cloud subscriptions, databases, and network peering easily as code, on any cloud provider. It is a plugin for Terraform that allows Redis Enterprise Cloud Flexible customers to manage the full life cycle of their subscriptions and related Redis databases. -The Redis Enterprise Cloud provider is used to interact with the resources supported by Redis Enterprise Cloud. The provider needs to be configured with the proper credentials before it can be used. Use the navigation to the left to read about the available provider resources and data sources. +Redis has developed a Terraform provider for Redis Cloud. The HashiCorp Terraform Redis Cloud provider allows customers to deploy and manage Redis Cloud subscriptions, databases, and network peering easily as code, on any cloud provider. It is a plugin for Terraform that allows Redis Cloud Flexible customers to manage the full life cycle of their subscriptions and related Redis databases. +The Redis Cloud provider is used to interact with the resources supported by Redis Cloud. The provider needs to be configured with the proper credentials before it can be used. Use the navigation to the left to read about the available provider resources and data sources. ![rediscloud](terraform_rediscloud.png) @@ -108,13 +108,13 @@ Data sources allow Terraform to use information defined outside of Terraform, de A data block requests that Terraform read from a given data source ("rediscloud_payment_method") and export the result under the given local name ("card"). The name is used to refer to this resource from elsewhere in the same Terraform module, but has no significance outside of the scope of a module. Within the block body (between { and }) are query constraints defined by the data source. Most arguments in this section depend on the data source, and indeed in this example card_type and last_four_numbers are all arguments defined specifically for the rediscloud_payment_method data source. -### Configure Redis Enterprise Cloud programmatic access +### Configure Redis Cloud programmatic access -In order to set up authentication with the Redis Enterprise Cloud provider, a programmatic API key must be generated for Redis Enterprise Cloud. The Redis Enterprise Cloud documentation contains the most up-to-date instructions for creating and managing your key(s) and IP access. +In order to set up authentication with the Redis Cloud provider, a programmatic API key must be generated for Redis Cloud. The Redis Cloud documentation contains the most up-to-date instructions for creating and managing your key(s) and IP access. :::note -Flexible and Annual Redis Enterprise Cloud subscriptions can leverage a RESTful API that permits operations against a variety of resources, including servers, services, and related infrastructure. The REST API is not supported for Fixed or Free subscriptions. +Flexible and Annual Redis Cloud subscriptions can leverage a RESTful API that permits operations against a variety of resources, including servers, services, and related infrastructure. The REST API is not supported for Fixed or Free subscriptions. ::: @@ -126,7 +126,7 @@ Flexible and Annual Redis Enterprise Cloud subscriptions can leverage a RESTful ### Prerequisites: - Install Terraform on MacOS. -- Create a free Redis Enterprise Cloud account. +- Create a free Redis Cloud account. - Create your first subscription. - Enable API @@ -138,15 +138,15 @@ Use Homebrew to install Terraform on MacOS as shown below: brew install terraform ``` -### Step 2: Sign up for a free Redis Enterprise Cloud account +### Step 2: Sign up for a free Redis Cloud account -[Follow this tutorial](https://developer.redis.com/create/aws/redis-on-aws) to sign up for free Redis Enterprise Cloud account. +[Follow this tutorial](https://developer.redis.com/create/aws/redis-on-aws) to sign up for free Redis Cloud account. ![Redis Cloud](tryfree.png) -### Step 3: Enable Redis Enterprise Cloud API +### Step 3: Enable Redis Cloud API -If you have a Flexible (or Annual) Redis Enterprise Cloud subscription, you can use a REST API to manage your subscription programmatically. The Redis Cloud REST API is available only to Flexible or Annual subscriptions. It is not supported for Fixed or Free subscriptions. +If you have a Flexible (or Annual) Redis Cloud subscription, you can use a REST API to manage your subscription programmatically. The Redis Cloud REST API is available only to Flexible or Annual subscriptions. It is not supported for Fixed or Free subscriptions. For security reasons, the Redis Cloud API is disabled by default. To enable the API: Sign in to your Redis Cloud subscription as an account owner. @@ -552,5 +552,5 @@ Destroy complete! Resources: 3 destroyed. ### Further References: -- [Provision and Manage Redis Enterprise Cloud Anywhere with HashiCorp Terraform](https://redis.com/blog/provision-manage-redis-enterprise-cloud-hashicorp-terraform/) -- [The HashiCorp Terraform Redis Enterprise Cloud provider](https://registry.terraform.io/providers/RedisLabs/rediscloud/latest) +- [Provision and Manage Redis Cloud Anywhere with HashiCorp Terraform](https://redis.com/blog/provision-manage-redis-enterprise-cloud-hashicorp-terraform/) +- [The HashiCorp Terraform Redis Cloud provider](https://registry.terraform.io/providers/RedisLabs/rediscloud/latest) diff --git a/docs/create/azure/portal/index-azure-portal.mdx b/docs/create/azure/portal/index-azure-portal.mdx index acda225092b..953f6024e7f 100644 --- a/docs/create/azure/portal/index-azure-portal.mdx +++ b/docs/create/azure/portal/index-azure-portal.mdx @@ -9,7 +9,7 @@ Redis is an open source, in-memory, key-value data store most commonly used as a The Azure cloud platform has more than 200+ products and cloud services designed to help you bring new solutions to life-to solve today's challenges and create the future. Azure services help you to build, run, and manage applications across multiple clouds, on-premises, and at the edge, with the tools and frameworks of your choice. -Azure Cache for Redis is a native fully-managed service on Microsoft Azure. Azure Cache for Redis offers both the Redis open-source (OSS Redis) and a commercial product from Redis (Redis Enterprise) as a managed service. It provides secure and dedicated Redis server instances and full Redis API compatibility. The service is operated by Microsoft, hosted on Azure, and accessible to any application within or outside of Microsoft Azure. +Azure Cache for Redis is a native fully-managed service on Microsoft Azure. Azure Cache for Redis offers both the Redis open-source (OSS Redis) and a commercial product from Redis (Redis Cloud) as a managed service. It provides secure and dedicated Redis server instances and full Redis API compatibility. The service is operated by Microsoft, hosted on Azure, and accessible to any application within or outside of Microsoft Azure. Azure Cache for Redis dashboard uses Azure Monitor to provide several options for monitoring your cache instances.[Learn more](https://docs.microsoft.com/en-us/azure/azure-monitor/insights/redis-cache-insights-overview) Use Azure Monitor to: @@ -22,7 +22,7 @@ Use Azure Monitor to: ### Step 1. Getting Started -Search for "azure redis cache " in the search dashboard and launch [Azure Cache for Redis Enterprise](https://portal.azure.com) +Search for "azure redis cache " in the search dashboard and launch [Azure Cache for Redis Cloud](https://portal.azure.com) ![RedisLabs Azure Page](azure7.png) diff --git a/docs/create/azurefunctions/index-azurefunctions.mdx b/docs/create/azurefunctions/index-azurefunctions.mdx index d8687447203..ae4cca67516 100644 --- a/docs/create/azurefunctions/index-azurefunctions.mdx +++ b/docs/create/azurefunctions/index-azurefunctions.mdx @@ -280,5 +280,5 @@ Set up RedisInsight on your local system and get connected to the Redis database ### Additional references: - [Introduction to Azure Functions](https://azure.microsoft.com/en-in/services/functions/) -- [Fully Managed Redis Enterprise for Azure](https://redis.com/cloud-partners/microsoft-azure/) -- [Azure Cache for Redis Enterprise & Flash](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/garantiadata.redis_enterprise_1sp_public_preview?ocid=redisga_redis_cloudpartner_cta1) +- [Fully Managed Redis Cloud for Azure](https://redis.com/cloud-partners/microsoft-azure/) +- [Azure Cache for Redis Cloud & Flash](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/garantiadata.redis_enterprise_1sp_public_preview?ocid=redisga_redis_cloudpartner_cta1) diff --git a/docs/create/cloud/aws/index-aws.mdx b/docs/create/cloud/aws/index-aws.mdx index 204b0f0b113..b40d43ada4a 100644 --- a/docs/create/cloud/aws/index-aws.mdx +++ b/docs/create/cloud/aws/index-aws.mdx @@ -5,9 +5,9 @@ sidebar_label: AWS slug: /create/cloud/aws --- -Redis Enterprise Cloud on AWS is a fully Managed Redis Enterprise as a service. Designed for modern distributed applications, Redis Enterprise Cloud on AWS is known for its high performance, infinite scalability and true high availability. +Redis Cloud on AWS is fully managed Redis as a service. Designed for modern distributed applications, Redis Cloud on AWS is known for its high performance, infinite scalability and true high availability. -Follow the below steps to setup Redis Enterprise Cloud hosted over AWS Cloud: +Follow the below steps to setup Redis Cloud hosted over AWS Cloud: ### Step 1. Getting Started diff --git a/docs/create/cloud/azure/index-azure.mdx b/docs/create/cloud/azure/index-azure.mdx index 505f9bd035f..ec11e5d6efd 100644 --- a/docs/create/cloud/azure/index-azure.mdx +++ b/docs/create/cloud/azure/index-azure.mdx @@ -5,11 +5,11 @@ sidebar_label: Azure Cache for Redis slug: /create/cloud/azure --- -Azure Cache for Redis is a native fully-managed service on Microsoft Azure. Azure Cache for Redis offers both the Redis open-source (OSS Redis) and a commercial product from Redis (Redis Enterprise) as a managed service. It provides secure and dedicated Redis server instances and full Redis API compatibility. The service is operated by Microsoft, hosted on Azure, and accessible to any application within or outside of Azure. +Azure Cache for Redis is a native fully-managed service on Microsoft Azure. Azure Cache for Redis offers both the Redis open-source (OSS Redis) and a commercial product from Redis (Redis Cloud) as a managed service. It provides secure and dedicated Redis server instances and full Redis API compatibility. The service is operated by Microsoft, hosted on Azure, and accessible to any application within or outside of Azure. ### Step 1. Getting Started -Launch [Azure Cache for Redis Enterprise & Flash](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/garantiadata.redis_enterprise_1sp_public_preview?ocid=redisga_redislabs_cloudpartner_cta1) +Launch [Azure Cache for Redis Cloud & Flash](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/garantiadata.redis_enterprise_1sp_public_preview?ocid=redisga_redislabs_cloudpartner_cta1) ![RedisLabs Azure Page](azure1.png) diff --git a/docs/create/cloud/gcp/index-gcp.mdx b/docs/create/cloud/gcp/index-gcp.mdx index 9b4fabdacba..b4ffae7bf79 100644 --- a/docs/create/cloud/gcp/index-gcp.mdx +++ b/docs/create/cloud/gcp/index-gcp.mdx @@ -5,11 +5,11 @@ sidebar_label: Google Cloud slug: /create/cloud/gcp --- -Redis Enterprise Cloud delivers fully managed Redis Enterprise as a Service. It offers all the capabilities of Redis Enterprise while taking care of all the operational aspects associated with operating Redis in the most efficient manner on Google Cloud Platform. Redis Enterprise Cloud is built on a complete serverless concept, so users don’t need to deal with nodes and clusters +Redis Cloud delivers fully managed Redis as a service. It offers all the capabilities of Redis Enterprise while taking care of all the operational aspects associated with operating Redis in the most efficient manner on Google Cloud Platform. Redis Cloud is built on a complete serverless concept, so users don’t need to deal with nodes and clusters ### Step 1. Getting Started -Launch [Redis Enterprise Cloud page](https://console.cloud.google.com/apis/library/gcp.redisenterprise.com?pli=1) on Google Cloud Platform +Launch [Redis Cloud page](https://console.cloud.google.com/apis/library/gcp.redisenterprise.com?pli=1) on Google Cloud Platform ![Google Cloud](gcp2.png) diff --git a/docs/create/cloud/rediscloud/index-recloud.mdx b/docs/create/cloud/rediscloud/index-recloud.mdx index d27d69bc41c..6039ea35555 100644 --- a/docs/create/cloud/rediscloud/index-recloud.mdx +++ b/docs/create/cloud/rediscloud/index-recloud.mdx @@ -1,15 +1,15 @@ --- id: index-rediscloud -title: Create Database using Redis Enterprise Cloud -sidebar_label: Redis Enterprise Cloud +title: Create Database using Redis Cloud +sidebar_label: Redis Cloud slug: /create/cloud/rediscloud --- -Redis Enterprise Cloud is a fully managed cloud service by Redis. Built for modern distributed applications, Redis Enterprise Cloud enables you to run any query, simple or complex, at sub-millisecond performance at virtually infinite scale without worrying about operational complexity or service availability. With modern probabilistic data structures and extensible data models, including Search, JSON, Graph, and Time Series, you can rely on Redis as your data-platform for all your real-time needs. +Redis Cloud is a fully managed cloud service by Redis. Built for modern distributed applications, Redis Cloud enables you to run any query, simple or complex, at sub-millisecond performance at virtually infinite scale without worrying about operational complexity or service availability. With modern probabilistic data structures and extensible data models, including Search, JSON, Graph, and Time Series, you can rely on Redis as your data-platform for all your real-time needs. ### Step 1. Create free cloud account -Create your free Redis Enterprise Cloud account. Once you click on “Get Started”, you will receive an email with a link to activate your account and complete your signup process. +Create your free Redis Cloud account. Once you click on “Get Started”, you will receive an email with a link to activate your account and complete your signup process. ![My Image](tryfree.png) @@ -17,7 +17,7 @@ Create your free @@ -25,25 +25,25 @@ Heroku is a cloud Platform as a Service (PaaS) supporting multiple programming l -## Using Redis Enterprise Cloud +## Using Redis Cloud ![heroku](heroku_rediscloud.png) -You can quickly and easily get your apps up and running with Redis Enterprise Cloud directly. Follow the below steps: +You can quickly and easily get your apps up and running with Redis Cloud directly. Follow the below steps: -### Step 1. Create Redis Enterprise Cloud +### Step 1. Create Redis Cloud -Create your free Redis Enterprise Cloud account. Follow this link to know how to create Redis Enterprise Cloud subscription and database as shown below: +Create your free Redis Cloud account. Follow this link to know how to create Redis Cloud subscription and database as shown below: ![heroku](rediscloud.png) Save the database endpoint URL and password for future reference. -### Step 2. Connect your application to Redis Enterprise Cloud +### Step 2. Connect your application to Redis Cloud -Here’s a sample rate limiting application that you can connect to Redis Enterprise Cloud: +Here’s a sample rate limiting application that you can connect to Redis Cloud: #### Cloning the repository @@ -180,7 +180,7 @@ You now have a functioning Git repository that contains a simple application as ## Addons using Heroku CLI -You can use Heroku CLI to login and add Redis Enterprise Cloud as an add-on. +You can use Heroku CLI to login and add Redis Cloud as an add-on. ### Step 1: Install Heroku @@ -201,7 +201,7 @@ Assuming that you already have Heroku account created, run the below command to ``` -### Step 2. Installing Redis Enterprise Cloud Add-on +### Step 2. Installing Redis Cloud Add-on Create a Heroku app @@ -269,11 +269,11 @@ You can even browse it through Heroku Dashboard: ![heroku](heroku_selectrecloud.png) -Click on “Redis Enterprise Cloud” and it will be redirected over Redis Enterprise Cloud Dashboard +Click on “Redis Cloud” and it will be redirected over Redis Cloud Dashboard ![heroku](heroku_recloud.png) -As shown above, a database called "redis-kickstartredis-XXX" gets created over Redis Enterprise Cloud dashboard. +As shown above, a database called "redis-kickstartredis-XXX" gets created over Redis Cloud dashboard. @@ -289,9 +289,9 @@ As shown above, a database called "redis-kickstartredis-XXX" gets created over R Open https://dashboard.heroku.com/apps and create a new sample application. For this demo, I have deployed an application with the name “kickstartredis”. -### Step 2: Install Redis Enterprise Cloud +### Step 2: Install Redis Cloud -Open https://elements.heroku.com/addons/rediscloud and click on “Install Redis Enterprise Cloud” to sign up with Heroku. +Open https://elements.heroku.com/addons/rediscloud and click on “Install Redis Cloud” to sign up with Heroku. ![heroku](heroku2.png) @@ -307,17 +307,17 @@ Once you sign in, you will see “Online Order Form” as shown below: ![heroku](orderform.png) -### Step 5. Provision Redis Enterprise Cloud database +### Step 5. Provision Redis Cloud database -Provision Redis Enterprise Cloud on your personal application(which in the above case is “kickstartredis”. +Provision Redis Cloud on your personal application(which in the above case is “kickstartredis”. ![heroku](heroku_selectrecloud.png) -Click on “Redis Enterprise Cloud” and it will be redirected over Redis Enterprise Cloud Dashboard +Click on “Redis Cloud” and it will be redirected over Redis Cloud Dashboard ![heroku](heroku_recloud.png) -As shown above, a database called "redis-kickstartredis-XXX" gets created over Redis Enterprise Cloud dashboard. +As shown above, a database called "redis-kickstartredis-XXX" gets created over Redis Cloud dashboard. ### Step 6. Accessing the database @@ -333,4 +333,4 @@ redis-11324.c82.us-east-1-2.ec2.cloud.redislabs.com:11324> - + diff --git a/docs/create/heroku/portal/index-heroku.mdx.python b/docs/create/heroku/portal/index-heroku.mdx.python index b22e70b19bd..3227c2e815e 100644 --- a/docs/create/heroku/portal/index-heroku.mdx.python +++ b/docs/create/heroku/portal/index-heroku.mdx.python @@ -35,7 +35,7 @@ Sign in to Heroku, open https://dashboard.heroku.com/apps and create a new samp ### Step 2: -Open https://elements.heroku.com/addons/rediscloud and click on “Install Redis Enterprise Cloud” to sign up with Heroku. +Open https://elements.heroku.com/addons/rediscloud and click on “Install Redis Cloud” to sign up with Heroku. ![heroku](heroku2.png) @@ -53,11 +53,11 @@ Once you sign in, you will see “Online Order Form” as shown below: ### Step 5. -Provision Redis Enterprise Cloud on your personal application(which in the above case is “kickstartredis”. +Provision Redis Cloud on your personal application(which in the above case is “kickstartredis”. ### References -- [Redis Enterprise Cloud on Heroku](https://elements.heroku.com/addons/rediscloud) +- [Redis Cloud on Heroku](https://elements.heroku.com/addons/rediscloud) - [Pricing](https://elements.heroku.com/addons/rediscloud#pricing) - [Region Availability](https://elements.heroku.com/addons/rediscloud#region-map) - [Documentation](https://elements.heroku.com/addons/rediscloud#docs) @@ -70,7 +70,7 @@ Provision Redis Enterprise Cloud on your personal application(which in the above ## Using Heroku CLI -You can use Heroku CLI to login and add Redis Enterprise Cloud as an add-on. +You can use Heroku CLI to login and add Redis Cloud as an add-on. ### Step 1: Install Heroku on MacOS @@ -151,7 +151,7 @@ You can even browse it through Heroku Dashboard: ![heroku](heroku_selectrecloud.png) -Click on “Redis Enterprise Cloud” and it will be redirected over Redis Enterprise Cloud Dashboard +Click on “Redis Cloud” and it will be redirected over Redis Cloud Dashboard ![heroku](heroku_recloud.png) @@ -186,7 +186,7 @@ You now have a functioning Git repository that contains a simple application as ### Deploy the app -It is recommended to use Redis Enterprise Cloud Page for creating the database as it allows you to add Redis modules of your choice. Also, it provides you freedom to choose Cloud other than AWS for creating the database. +It is recommended to use Redis Cloud Page for creating the database as it allows you to add Redis modules of your choice. Also, it provides you freedom to choose Cloud other than AWS for creating the database. In this step you will deploy the app to Heroku. diff --git a/docs/create/windows/index-windows.mdx b/docs/create/windows/index-windows.mdx index 9c923a2943c..32e7a910adc 100644 --- a/docs/create/windows/index-windows.mdx +++ b/docs/create/windows/index-windows.mdx @@ -97,7 +97,6 @@ By default, Redis has 0-15 indexes for databases, you can change that number dat ### References -- [Redis Enterprise For Windows](https://redis.com/lp/redis-windows/) - [List of .Net Clients](https://redis.io/clients#c) - [Redis client for .NET languages](https://github.com/StackExchange/StackExchange.Redis) diff --git a/docs/develop/deno/index-deno.mdx b/docs/develop/deno/index-deno.mdx index a69d9b073e0..43ca1c01787 100644 --- a/docs/develop/deno/index-deno.mdx +++ b/docs/develop/deno/index-deno.mdx @@ -39,12 +39,12 @@ https://deno.land/std@0.126.0/examples In order to use Redis with Deno you will need a Deno Redis client. In the following sections, we will demonstrate the use of [an experimental implementation of a Redis client for Deno](https://deno.land/x/redis@v0.25.3). -### Step 1. Set up a free Redis Enterprise Cloud account +### Step 1. Set up a free Redis Cloud account -Visit [redis.com/try-free](https://redis.com/try-free) and create [a free Redis Enterprise Cloud account](https://redis.com/try-free/). Once you complete this tutorial, you will be provided with the database endpoint URL and password. Save it for future reference. +Visit [redis.com/try-free](https://redis.com/try-free) and create [a free Redis Cloud account](https://redis.com/try-free/). Once you complete this tutorial, you will be provided with the database endpoint URL and password. Save it for future reference. :::tip -For a limited time, use **TIGER200** to get **$200** credits on Redis Enterprise Cloud and try all the advanced capabilities! +For a limited time, use **TIGER200** to get **$200** credits on Redis Cloud and try all the advanced capabilities! :tada: [Click here to sign up](https://redis.com/try-free) diff --git a/docs/develop/java/spring/redis-and-spring-course/lesson_1/index-lesson_1.mdx b/docs/develop/java/spring/redis-and-spring-course/lesson_1/index-lesson_1.mdx index 13d299b519e..d7893841988 100644 --- a/docs/develop/java/spring/redis-and-spring-course/lesson_1/index-lesson_1.mdx +++ b/docs/develop/java/spring/redis-and-spring-course/lesson_1/index-lesson_1.mdx @@ -297,6 +297,6 @@ This makes Redis an excellent choice for applications that require real time dat Here's some resources that we think will be useful to you as you discover Redis: - [redis.io](https://redis.io/) - the official website of open source Redis. -- [Redis Enterprise Cloud](https://redis.com/redis-enterprise-cloud/overview/) - a fully managed cloud service from Redis with a free plan for getting started. +- [Redis Cloud](https://redis.com/redis-enterprise-cloud/overview/) - a fully managed cloud service from Redis with a free plan for getting started. - The official [Redis Docker image](https://hub.docker.com/_/redis/). - For a comprehensive introduction to Redis, we recommend taking a look at the [RU101: Introduction to Redis Data Structures](https://university.redis.com/courses/ru101/) course at Redis University. In this free online course, you’ll learn about the data structures in Redis, and you’ll see how to practically apply them in the real world. diff --git a/docs/develop/node/node-crash-course/introductiontomodules/index-introductiontomodules.mdx b/docs/develop/node/node-crash-course/introductiontomodules/index-introductiontomodules.mdx index f469d0a6e4c..18356b264d7 100644 --- a/docs/develop/node/node-crash-course/introductiontomodules/index-introductiontomodules.mdx +++ b/docs/develop/node/node-crash-course/introductiontomodules/index-introductiontomodules.mdx @@ -29,7 +29,7 @@ One way to get started with Redis modules is to use the [Redis Stack Docker cont - [JSON](https://redis.io/docs/stack/json/) - adds a native JSON data type to Redis. - [Probabilistic](https://redis.io/docs/stack/bloom/) - adds native Bloom and Cuckoo filter data types to Redis, plus other probabilistic data structures. -Redis offers Redis Enterprise Cloud, a fully managed service for running and scaling Redis and Redis Stack. [Sign up for Redis Enterprise Cloud](https://redis.com/try-free/) and use the full-featured free tier to try it out! +Redis offers Redis Cloud, a fully managed service for running and scaling Redis and Redis Stack. [Sign up for Redis Cloud](https://redis.com/try-free/) and use the full-featured free tier to try it out! ## Using Redis Stack in our Application diff --git a/docs/develop/node/node-crash-course/whatisredis/index-whatisredis.mdx b/docs/develop/node/node-crash-course/whatisredis/index-whatisredis.mdx index 1663643b080..c522e11d5b4 100644 --- a/docs/develop/node/node-crash-course/whatisredis/index-whatisredis.mdx +++ b/docs/develop/node/node-crash-course/whatisredis/index-whatisredis.mdx @@ -42,6 +42,6 @@ Redis is also often used as a cache, and has specific functionality to support t Here's some resources that we think will be useful to you as you discover Redis: - [redis.io](https://redis.io/) - the official website of open source Redis. -- [Redis Enterprise Cloud](https://redis.com/redis-enterprise-cloud/overview/) - a fully managed cloud service from Redis - you can try it out using the full featured free tier. +- [Redis Cloud](https://redis.com/redis-enterprise-cloud/overview/) - a fully managed cloud service from Redis - you can try it out using the full featured free tier. - The official [Redis Docker image](https://hub.docker.com/_/redis/). - For a comprehensive introduction to Redis, we recommend taking a look at the [RU101, Introduction to Redis Data Structures](https://university.redis.com/courses/ru101/) course at Redis University. In this free online course, you’ll learn about the data structures in Redis, and you’ll see how to practically apply them in the real world. diff --git a/docs/develop/rust/index-rust.mdx b/docs/develop/rust/index-rust.mdx index ec7fc589719..19e2074ebfa 100644 --- a/docs/develop/rust/index-rust.mdx +++ b/docs/develop/rust/index-rust.mdx @@ -13,7 +13,7 @@ Find tutorials, examples and technical articles that will help you to develop wi ### Getting Started Rust community has built many client libraries that you can find here. For your first steps with Java and Rust, this article will show how to use a popula library: redis-rs -The web page “Redis Enterprise and Rust” will help you to get started with Redis Enterprise and Rust in a much easier manner. +The web page “Redis Cloud and Rust” will help you to get started with Redis Cloud and Rust in a much easier manner. redis-rs is a rust implementation of a Redis client library. It exposes a general purpose interface to Redis and also provides specific helpers for commonly used functionality. @@ -64,7 +64,7 @@ It exposes a general purpose interface to Redis and also provides specific helpe ### Further References -- [Redis Enterprise and Rust](https://redis.com/lp/redis-enterprise-rust/) +- [Redis Cloud and Rust](https://redis.com/lp/redis-enterprise-rust/) - [Getting Started with Redis & Rust](https://github.com/redis-developer/redis-rust-getting-started) diff --git a/docs/explore/import/index-import.mdx b/docs/explore/import/index-import.mdx index a12e8575fd4..03acb83e83e 100644 --- a/docs/explore/import/index-import.mdx +++ b/docs/explore/import/index-import.mdx @@ -77,7 +77,7 @@ _- **Warning**: Importing data erases all existing content in the database._
@@ -87,7 +87,7 @@ _- **Warning**: Importing data erases all existing content in the database._ ## Import data into Redis Enterprise -You can easily import data into Redis Enterprise and Redis Enterprise Cloud, take a look to the following documentation: +You can easily import data into Redis Enterprise and Redis Cloud, take a look to the following documentation: - [Redis Enterprise Software: Importing Data into a Database](https://docs.redis.com/latest/rs/administering/import-export/importing-data/) -- [Redis Enterprise Cloud: Databases Backup and Import](https://docs.redis.com/latest/rc/api/examples/back-up-and-import-data/) +- [Redis Cloud: Databases Backup and Import](https://docs.redis.com/latest/rc/api/examples/back-up-and-import-data/) diff --git a/docs/explore/redisdatasource/index-redisdatasource.mdx b/docs/explore/redisdatasource/index-redisdatasource.mdx index 0d079780bfe..4f8a938e2a5 100644 --- a/docs/explore/redisdatasource/index-redisdatasource.mdx +++ b/docs/explore/redisdatasource/index-redisdatasource.mdx @@ -79,7 +79,7 @@ Open https://IP:3000 to access grafana. The default username/password is admin/a #### Step 8. Add Redis Database name, Endpoint URL and password Assuming that you already have Redis server and database up and running in your infrastructure. -You can also leverage Redis Enterprise Cloud as showcased in the below example. +You can also leverage Redis Cloud as showcased in the below example. ![grafana](grafana_datasource4.png) @@ -139,7 +139,7 @@ Open https://IP:3000 to access grafana. The default username/password is admin/a #### Step 7. Add Redis Database name, Endpoint URL and password Assuming that you already have Redis server and database up and running in your infrastructure. -You can also leverage Redis Enterprise Cloud as showcased in the below example. +You can also leverage Redis Cloud as showcased in the below example. ![grafana](grafana_datasource4.png) @@ -192,7 +192,7 @@ Project provides `docker-compose.yml` to start Redis with all modules and Grafan #### Step 7. Add Redis Database name, Endpoint URL and password Assuming that you already have Redis server and database up and running in your infrastructure. -You can also leverage Redis Enterprise Cloud as showcased in the below example. +You can also leverage Redis Cloud as showcased in the below example. ![grafana](grafana_datasource4.png) diff --git a/docs/explore/riot/index-riot.mdx b/docs/explore/riot/index-riot.mdx index 228ec20a77d..2666eda1074 100644 --- a/docs/explore/riot/index-riot.mdx +++ b/docs/explore/riot/index-riot.mdx @@ -6,6 +6,8 @@ slug: /explore/riot authors: [ajeet] --- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; import Authors from '@theme/Authors'; @@ -25,7 +27,7 @@ Redis Input/Output Tools (RIOT) is a set of import/export command line utilities ## Using RIOT Redis -Most database migration tools available today are offline in nature. Migrating data from AWS ElastiCache to Redis Enterprise Cloud for example means backing up your Elasticache data to an AWS S3 bucket and importing it into Redis Enterprise Cloud using its UI.This implies some downtime and might result in data loss. +Most database migration tools available today are offline in nature. Migrating data from AWS ElastiCache to Redis Cloud for example means backing up your Elasticache data to an AWS S3 bucket and importing it into Redis Cloud using its UI.This implies some downtime and might result in data loss. Other available techniques include creating point-in-time snapshots of the source Redis server & applying the changes to the destination servers to keep both servers in sync. It might sound like a good approach but can be challenging when you have to maintain dozens of scripts to implement the migration strategy. @@ -124,7 +126,7 @@ RIOT Redis implements client-side replication using a producer/consumer approach - the producer is connected to the source Redis (e.g. ElastiCache) and iterates over keys to read their corresponding values -- the consumer is connected to the target Redis (e.g. Redis Enterprise Cloud) and writes the key/value tuples previously created +- the consumer is connected to the target Redis (e.g. Redis Cloud) and writes the key/value tuples previously created 1. Key reader: initiates a SCAN and optionally calls SUBSCRIBE to listen for keyspace notifications (live replication). 2. Value reader: takes the keys and calls DUMP and TTL. diff --git a/docs/guides/import/database-migration-aws-elasticache-redis-enterprise-cloud.mdx b/docs/guides/import/database-migration-aws-elasticache-redis-enterprise-cloud.mdx index ea9fdf0bd55..872bc1cba8d 100644 --- a/docs/guides/import/database-migration-aws-elasticache-redis-enterprise-cloud.mdx +++ b/docs/guides/import/database-migration-aws-elasticache-redis-enterprise-cloud.mdx @@ -1,6 +1,6 @@ --- id: database-migration-aws-elasticache-redis-enterprise-cloud -title: Online Database Migration from Amazon ElastiCache to Redis Enterprise Cloud using RIOT +title: Online Database Migration from Amazon ElastiCache to Redis Cloud using RIOT sidebar_label: Import Data slug: /guides/import/database-migration-aws-elasticache-redis-enterprise-cloud/ --- @@ -9,7 +9,7 @@ Authors: [Ajeet Singh Raina](https://github.com/ajeetraina), [Julien Ruaux](http Most of the database migration tools available today are offline in nature. They are complex and require manual intervention. -If you want to migrate your data from Amazon ElastiCache to Redis Enterprise Cloud, for example, the usual process is to back up your ElastiCache data to an Amazon S3 bucket and then import your data using the Redis Enterprise Cloud UI. This process can require painful downtime and could result in data loss. Other available techniques include creating point-in-time snapshots of the source Redis server and applying the changes to the destination servers to keep both the servers in sync. That might sound like a good approach, but it can be challenging when you have to maintain dozens of scripts to implement the migration strategy. +If you want to migrate your data from Amazon ElastiCache to Redis Cloud, for example, the usual process is to back up your ElastiCache data to an Amazon S3 bucket and then import your data using the Redis Cloud UI. This process can require painful downtime and could result in data loss. Other available techniques include creating point-in-time snapshots of the source Redis server and applying the changes to the destination servers to keep both the servers in sync. That might sound like a good approach, but it can be challenging when you have to maintain dozens of scripts to implement the migration strategy. So we’ve come up with a different approach: @@ -17,15 +17,15 @@ So we’ve come up with a different approach: ![image](../../../static/img/ajeet-riot-blog-1.png) -RIOT is an open source online migration tool built by Julien Ruaux, a Solution Architect at Redis. RIOT implements client-side replication using a producer/consumer approach. The producer is the combination of the key and value readers that have a connection to ElastiCache. The key reader component identifies keys to be replicated using scan and keyspace notifications. For each key, the value reader component performs a DUMP and handles the resulting key+bytes to the consumer (writer), which performs a RESTORE on the Redis Enterprise connection. +RIOT is an open source online migration tool built by Julien Ruaux, a Solution Architect at Redis. RIOT implements client-side replication using a producer/consumer approach. The producer is the combination of the key and value readers that have a connection to ElastiCache. The key reader component identifies keys to be replicated using scan and keyspace notifications. For each key, the value reader component performs a DUMP and handles the resulting key+bytes to the consumer (writer), which performs a RESTORE on the Redis Cloud connection. -This blog post will show how to perform a seamless online migration of databases from ElastiCache to Redis Enterprise Cloud. +This blog post will show how to perform a seamless online migration of databases from ElastiCache to Redis Cloud. # Prerequisites: You will require a few resources to use the migration tool: -- A Redis Enterprise Cloud subscription +- A Redis Cloud subscription - Amazon ElastiCache (a primary endpoint in case of a single-master EC and a configuration endpoint in case of a clustered EC: Refer to Finding Connection Endpoints on the ElastiCache documentation to learn more) - An Amazon EC2 instance based on Linux @@ -116,14 +116,14 @@ Commands: ping, p Execute PING command ``` -Once Java and RIOT are installed, we are all set to begin the migration process with the command below, which replicates data directly from the source (ElastiCache) to the target (Redis Enterprise Cloud). +Once Java and RIOT are installed, we are all set to begin the migration process with the command below, which replicates data directly from the source (ElastiCache) to the target (Redis Cloud). ## Step 4 - Migrate the data -Finally, it’s time to replicate the data from ElastiCache to Redis Enterprise Cloud by running the below command: +Finally, it’s time to replicate the data from ElastiCache to Redis Cloud by running the below command: ``` -sudo ./riot-redis -r redis://:6379 replicate -r redis://password@:port --live +sudo ./riot-redis -r redis://:6379 replicate -r redis://password@:port --live ``` ElastiCache allows you to configure in two ways: clustered and non-clustered. In the chart below, the first row shows what commands you should perform for the non-clustered scenario, while the second row shows the command for the clustered scenario with a specific database namespace: @@ -133,9 +133,9 @@ As you can see, whenever you have a clustered ElastiCache, you need to pass the ## Important notes - Perform user acceptance testing of the migration before using it in production. -- Once the migration is complete, ensure that application traffic gets successfully redirected to the Redis Enterprise endpoint. +- Once the migration is complete, ensure that application traffic gets successfully redirected to the Redis Cloud endpoint. - Perform the migration process during a period of low traffic to minimize the chance of data loss. ## Conclusion -If you’re looking for a simple and easy-to-use live migration tool that can help you move data from Amazon ElastiCache to Redis Enterprise Cloud with no downtime, RIOT is a promising option. +If you’re looking for a simple and easy-to-use live migration tool that can help you move data from Amazon ElastiCache to Redis Cloud with no downtime, RIOT is a promising option. diff --git a/docs/guides/import/index-import.mdx b/docs/guides/import/index-import.mdx index e8514aacf33..5384d18ee82 100644 --- a/docs/guides/import/index-import.mdx +++ b/docs/guides/import/index-import.mdx @@ -73,7 +73,7 @@ _- **Warning**: Importing data erases all existing content in the database._
@@ -81,9 +81,9 @@ _- **Warning**: Importing data erases all existing content in the database._ --- -## Import data into Redis Enterprise +## Import data into Redis Cloud -You can easily import data into Redis Enterprise and Redis Enterprise Cloud, take a look to the following documentation: +You can easily import data into Redis Enterprise and Redis Cloud, take a look to the following documentation: - [Redis Enterprise Software: Importing Data into a Database](https://docs.redis.com/latest/rs/databases/import-export/import-data/) -- [Redis Enterprise Cloud: Databases Backup and Import](https://docs.redis.com/latest/rc/api/examples/back-up-and-import-data/) +- [Redis Cloud: Databases Backup and Import](https://docs.redis.com/latest/rc/api/examples/back-up-and-import-data/) diff --git a/docs/guides/security/index-security.mdx b/docs/guides/security/index-security.mdx index c5134e52a8e..aa0c017df03 100644 --- a/docs/guides/security/index-security.mdx +++ b/docs/guides/security/index-security.mdx @@ -12,7 +12,7 @@ In this section of the site you will learn about Security and Redis. - [Redis.io : Security Overview](https://redis.io/topics/security) - [Redis.io : ACL](https://redis.io/topics/acl) (Access Control List) -### Redis Enterprise by Redis +### Redis Cloud by Redis -- [Redis Enterprise Cloud : Security](https://docs.redis.com/latest/rc/security/) +- [Redis Cloud: Security](https://docs.redis.com/latest/rc/security/) - [Tutorial: How to Use SSL/TLS With Redis Enterprise](/guide/security/how-to-use-ssl-tls-with-redis-enterprise/) (`redis-cli`, Java, Python, Node,) diff --git a/docs/howtos/antipatterns/index-antipatterns.mdx b/docs/howtos/antipatterns/index-antipatterns.mdx index 1c1dfcb1626..8d224a1367a 100644 --- a/docs/howtos/antipatterns/index-antipatterns.mdx +++ b/docs/howtos/antipatterns/index-antipatterns.mdx @@ -20,7 +20,7 @@ Developers don’t just use Redis, they love it. [Stack Overflow’s annual Deve With large databases running on a single shard/Redis instance, there are chances that the fail over, backup and recovery all will take longer. Hence, it’s always recommended to keep shards to recommended sizes. General conservative rule of thumb is 25Gb or 25K Ops/Second. -Redis Enterprise recommends to shard if you have more than 25 GB of data and a high number of operations. Another aspect is if you have above 25,000 operations per second, then sharding can improve performance. With less number of operations/second, it can handle up to 50GB of data too. +Redis Cloud recommends to shard if you have more than 25 GB of data and a high number of operations. Another aspect is if you have above 25,000 operations per second, then sharding can improve performance. With less number of operations/second, it can handle up to 50GB of data too. ### Examples #1 - redis-py @@ -41,7 +41,7 @@ With a large number of clients, a reconnect flood will be able to simply overwhe Redis OSS uses a shard-based quorum. It's advised to use at least 3 copies of the data (2 replica shards per master shard) in order to be protected from split-brain situations. In nutshell, Redis OSS solves the quorum challenge by having an odd number of shards (primary + 2 replicas). -Redis Enterprise solves the quorum challenge with an odd number of nodes. Redis Enterprise avoids a split-brain situation with only 2 copies of the data, which is more cost-efficient. In addition, the so-called ‘quorum-only node' can be used to bring a cluster up to an odd number of nodes if an additional, not necessary data node would be too expensive. +Redis Cloud solves the quorum challenge with an odd number of nodes. Redis Cloud avoids a split-brain situation with only 2 copies of the data, which is more cost-efficient. In addition, the so-called ‘quorum-only node' can be used to bring a cluster up to an odd number of nodes if an additional, not necessary data node would be too expensive. ### 4. Performing single operation @@ -84,7 +84,7 @@ Scaning keyspace by keyname is an extremely slow operation and will run O(N) wit Redis is often used as a primary storage engine for applications. Unlike using Redis as a cache, using Redis as a primary database requires two extra features to be effective. Any primary database should really be highly available. If a cache goes down, then generally your application is in a brown-out state. If a primary database goes down, your application also goes down. Similarly, if a cache goes down and you restart it empty, that’s no big deal. For a primary database, though, that’s a huge deal. Redis can handle these situations easily, but they generally require a different configuration than running as a cache. Redis as a primary database is great, but you’ve got to support it by turning on the right features. -With Redis open source, you need to set up Redis Sentinel for high availability. In Redis Enterprise, it’s a core feature that you just need to turn on when creating the database. As for durability, both Redis Enterprise and open source Redis provide durability through AOF or snapshotting so your instance(s) start back up the way you left them. +With Redis open source, you need to set up Redis Sentinel for high availability. In Redis Cloud, it’s a core feature that you just need to turn on when creating the database. As for durability, both Redis Cloud and open source Redis provide durability through AOF or snapshotting so your instance(s) start back up the way you left them. ### 10. Storing JSON blobs in a string diff --git a/docs/howtos/frauddetection/index-frauddetection.mdx b/docs/howtos/frauddetection/index-frauddetection.mdx index 4b59a22843a..0b0cddce960 100644 --- a/docs/howtos/frauddetection/index-frauddetection.mdx +++ b/docs/howtos/frauddetection/index-frauddetection.mdx @@ -290,6 +290,6 @@ This creates a dashboard ‘Fraud Stats’. If you get an error while importing ### References and Links - [Source Code](https://github.com/redis-developer/redis-datasets/tree/master/use-cases/fraud-detection) -- [Build modern fraud-detection platforms with Redis Enterprise](https://redis.com/solutions/use-cases/fraud-detection/) -- [Redis Enterprise to Power Modern Fraud-Detection Platforms](https://lp.redis.com/rs/915-NFD-128/images/RedisLabs-Solution-Fraud-Detection.pdf) -- [LifeLock Counts on Redis Enterprise for Fraud Mitigation](https://redis.com/docs/lifelock-counts-redis-enterprise-fraud-mitigation/) +- [Build modern fraud-detection platforms with Redis Cloud](https://redis.com/solutions/use-cases/fraud-detection/) +- [Redis Cloud to Power Modern Fraud-Detection Platforms](https://lp.redis.com/rs/915-NFD-128/images/RedisLabs-Solution-Fraud-Detection.pdf) +- [LifeLock Counts on Redis Cloud for Fraud Mitigation](https://redis.com/docs/lifelock-counts-redis-enterprise-fraud-mitigation/) diff --git a/docs/howtos/hackernews/index-hackernews.mdx b/docs/howtos/hackernews/index-hackernews.mdx index f85672be6eb..b35561715c7 100644 --- a/docs/howtos/hackernews/index-hackernews.mdx +++ b/docs/howtos/hackernews/index-hackernews.mdx @@ -29,7 +29,7 @@ This application uses JSON for storing the data and Search in Redis Stack for se Redis is an open source, in-memory, key-value data store most commonly used as a primary database, cache, message broker, and queue. Redis is popular among the developers as it delivers sub-millisecond response times, enabling fast and powerful real-time applications in industries such as gaming, fintech, ad-tech, social media, healthcare, and IoT. -Redis Cloud is a fully-managed cloud service for hosting and running your Redis dataset in a highly-available and scalable manner, with predictable and stable top performance. Redis Enterprise cloud allows you to run Redis server over the Cloud and access instance via multiple ways like RedisInsight, Redis command line as well as client tools. You can quickly and easily get your apps up and running with Redis Cloud through its Redis Heroku addons , just tell us how much memory you need and get started instantly with your first Redis database. You can then add more Redis databases (each running in a dedicated process, in a non-blocking manner) and increase or decrease the memory size of your plan without affecting your existing data. +Redis Cloud is a fully-managed cloud service for hosting and running your Redis dataset in a highly-available and scalable manner, with predictable and stable top performance. Redis Cloud allows you to run Redis server over the Cloud and access instance via multiple ways like RedisInsight, Redis command line as well as client tools. You can quickly and easily get your apps up and running with Redis Cloud through its Redis Heroku addons , just tell us how much memory you need and get started instantly with your first Redis database. You can then add more Redis databases (each running in a dedicated process, in a non-blocking manner) and increase or decrease the memory size of your plan without affecting your existing data. [Follow this link](https://redis.com/try-free) to create a Redis Cloud account with 2 databases with Redis Stack. diff --git a/docs/howtos/leaderboard/index-leaderboard.mdx b/docs/howtos/leaderboard/index-leaderboard.mdx index d2fbb891901..1d7a0f883f0 100644 --- a/docs/howtos/leaderboard/index-leaderboard.mdx +++ b/docs/howtos/leaderboard/index-leaderboard.mdx @@ -55,7 +55,7 @@ Provide the values for environment variables (if needed) - REDIS_PASSWORD: Redis server password ``` -If you're using Redis Enterprise Cloud, you must supply DB endpoint, password, port and the name of the database. +If you're using Redis Cloud, you must supply DB endpoint, password, port and the name of the database. In case of local system, the entries look like as shown below: ``` diff --git a/docs/howtos/moviesdatabase/install/index-install.mdx b/docs/howtos/moviesdatabase/install/index-install.mdx index 25cbf7b65df..958a57d42ae 100644 --- a/docs/howtos/moviesdatabase/install/index-install.mdx +++ b/docs/howtos/moviesdatabase/install/index-install.mdx @@ -7,7 +7,7 @@ slug: /howtos/moviesdatabase/install You have multiple ways to run Redis Stack: -- using [Redis Cloud](https://redis.com/redis-enterprise-cloud/overview/) +- using [Redis Cloud](https://redis.com/cloud/overview/) - using [Redis Enterprise](https://redis.com/redis-enterprise-software/overview/) - using [Docker](https://hub.docker.com/r/redis/redis-stack) - using [binaries](https://redis.io/docs/stack/get-started/install/binaries/) diff --git a/docs/howtos/quick-start/index-quick-start.mdx b/docs/howtos/quick-start/index-quick-start.mdx index bb6822612fa..2003ec50898 100644 --- a/docs/howtos/quick-start/index-quick-start.mdx +++ b/docs/howtos/quick-start/index-quick-start.mdx @@ -45,7 +45,7 @@ If you have questions related to Redis, come join the [Redis Discord server](htt There are essentially two ways you can use Redis: -- **Cloud Redis**: A hosted and serverless Redis database-as-a-service (DBaaS). The fastest way to deploy Redis Enterprise via Amazon AWS, Google Cloud Platform, or Microsoft Azure. +- **Cloud Redis**: A hosted and serverless Redis database-as-a-service (DBaaS). The fastest way to deploy Redis Cloud via Amazon AWS, Google Cloud Platform, or Microsoft Azure. - [Getting Started](https://redis.com/try-free) - [Videos](https://www.youtube.com/playlist?list=PL83Wfqi-zYZG6uGxBagsbqjpsi2XBEj1K) - [Free Sign-up](https://redis.com/try-free) diff --git a/docs/howtos/redisgraph/getting-started/index-gettingstarted.mdx b/docs/howtos/redisgraph/getting-started/index-gettingstarted.mdx index 311636fd298..3d89580cd12 100644 --- a/docs/howtos/redisgraph/getting-started/index-gettingstarted.mdx +++ b/docs/howtos/redisgraph/getting-started/index-gettingstarted.mdx @@ -17,10 +17,10 @@ RedisGraph is a Redis module that enables enterprises to process any kind of con ### Step 1. Create a free Cloud account -Create your free
Redis Enterprise Cloud account. Once you click on “Get Started”, you will receive an email with a link to activate your account and complete your signup process. +Create your free Redis Cloud account. Once you click on “Get Started”, you will receive an email with a link to activate your account and complete your signup process. :::tip -For a limited time, use **TIGER200** to get **$200** credits on Redis Enterprise Cloud and try all the advanced capabilities! +For a limited time, use **TIGER200** to get **$200** credits on Redis Cloud and try all the advanced capabilities! :tada: [Click here to sign up](https://redis.com/try-free) @@ -45,7 +45,7 @@ You will be provided with Public endpoint URL and "Redis Stack" as the type of d ### Step 4. Install RedisInsight -RedisInsight is a visual tool that lets you do both GUI- and CLI-based interactions with your Redis database, and so much more when developing your Redis based application. It is a fully-featured pure Desktop GUI client that provides capabilities to design, develop and optimize your Redis application. It works with any cloud provider as long as you run it on a host with network access to your cloud-based Redis server. It makes it easy to discover cloud databases and configure connection details with a single click. It allows you to automatically add Redis Enterprise Software and Redis Enterprise Cloud databases. +RedisInsight is a visual tool that lets you do both GUI- and CLI-based interactions with your Redis database, and so much more when developing your Redis based application. It is a fully-featured pure Desktop GUI client that provides capabilities to design, develop and optimize your Redis application. It works with any cloud provider as long as you run it on a host with network access to your cloud-based Redis server. It makes it easy to discover cloud databases and configure connection details with a single click. It allows you to automatically add Redis Enterprise Software and Redis Cloud databases. You can install Redis Stack on your local system to get RedisInsight GUI tool up and running. Ensure that you have `brew` package installed in your Mac system. @@ -68,9 +68,9 @@ Go to Applications and click "RedisInsight-v2" to bring up the Redis Desktop GUI ![access redisinsight](images/add_database.png) -### Step 6. Enter Redis Enterprise Cloud details +### Step 6. Enter Redis Cloud details -Add the Redis Enterprise cloud database endpoint, port and password. +Add the Redis Cloud database endpoint, port and password. ![access redisinsight](images/database_creds.png) diff --git a/docs/howtos/redisgraph/using-redisinsight/index-usingredisinsight.mdx b/docs/howtos/redisgraph/using-redisinsight/index-usingredisinsight.mdx index 79a471902a4..0e151f07c1b 100644 --- a/docs/howtos/redisgraph/using-redisinsight/index-usingredisinsight.mdx +++ b/docs/howtos/redisgraph/using-redisinsight/index-usingredisinsight.mdx @@ -31,7 +31,7 @@ Follow the below steps to see how your data is connected via the RedisInsight Br ## Step 1. Create Redis database -[Follow this link to create a Redis database](https://developer.redis.com/howtos/redisgraph) using Redis Enterprise Cloud with RedisGraph module enabled +[Follow this link to create a Redis database](https://developer.redis.com/howtos/redisgraph) using Redis Cloud with RedisGraph module enabled ![alt_text](deployment.png) diff --git a/docs/howtos/shoppingcart/index-shoppingcart.mdx b/docs/howtos/shoppingcart/index-shoppingcart.mdx index cf0d20c3b22..c507a7e901d 100644 --- a/docs/howtos/shoppingcart/index-shoppingcart.mdx +++ b/docs/howtos/shoppingcart/index-shoppingcart.mdx @@ -582,7 +582,7 @@ COMPOSE_PROJECT_NAME=redis-shopping-cart :::info -In case you’re using Redis Enterprise Cloud instead of localhost, then you need to enter the database endpoint under REDIS_HOST (without port) while rest of the entries like REDIS_PORT and REDIS_PASSWORD are quite obvious +In case you’re using Redis Cloud instead of localhost, then you need to enter the database endpoint under REDIS_HOST (without port) while rest of the entries like REDIS_PORT and REDIS_PASSWORD are quite obvious ::: diff --git a/docs/howtos/solutions/caching-architecture/cache-prefetching/index-cache-prefetching.mdx b/docs/howtos/solutions/caching-architecture/cache-prefetching/index-cache-prefetching.mdx index 5e579fe1b1b..ad2a435eadc 100644 --- a/docs/howtos/solutions/caching-architecture/cache-prefetching/index-cache-prefetching.mdx +++ b/docs/howtos/solutions/caching-architecture/cache-prefetching/index-cache-prefetching.mdx @@ -52,7 +52,7 @@ The steps involved in fetching data are as follows: :::tip -If you use **Redis Enterprise**, cache prefetching is easier due to its support for JSON and search. You also get additional features such as real-time performance, high scalability, resiliency, and fault tolerance. You can also call upon high-availability features such as Active-Active geo-redundancy. +If you use **Redis Cloud**, cache prefetching is easier due to its support for JSON and search. You also get additional features such as real-time performance, high scalability, resiliency, and fault tolerance. You can also call upon high-availability features such as Active-Active geo-redundancy. ::: @@ -157,4 +157,4 @@ In this tutorial you learned how to use Redis for cache prefetching with a "mast - [Redis YouTube channel](https://www.youtube.com/c/Redisinc) - Clients like [node-redis](https://github.com/redis/node-redis) and [Redis OM for Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications. - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/): To view your Redis data or to play with raw Redis commands in the workbench -- [Try Redis Enterprise for free](https://redis.com/try-free/) +- [Try Redis Cloud for free](https://redis.com/try-free/) diff --git a/docs/howtos/solutions/caching-architecture/write-behind/index-write-behind.mdx b/docs/howtos/solutions/caching-architecture/write-behind/index-write-behind.mdx index cd3fb298f02..319aa67891f 100644 --- a/docs/howtos/solutions/caching-architecture/write-behind/index-write-behind.mdx +++ b/docs/howtos/solutions/caching-architecture/write-behind/index-write-behind.mdx @@ -208,4 +208,4 @@ You now know how to use Redis for write-behind caching. It's possible to increme - [Redis YouTube channel](https://www.youtube.com/c/Redisinc) - Clients like [Node Redis](https://github.com/redis/node-redis) and [Redis om Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications. - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) : To view your Redis data or to play with raw Redis commands in the workbench -- [Try Redis Enterprise for free](https://redis.com/try-free/) +- [Try Redis Cloud for free](https://redis.com/try-free/) diff --git a/docs/howtos/solutions/caching-architecture/write-through/index-write-through.mdx b/docs/howtos/solutions/caching-architecture/write-through/index-write-through.mdx index 8f259e7341a..e28ee0fde78 100644 --- a/docs/howtos/solutions/caching-architecture/write-through/index-write-through.mdx +++ b/docs/howtos/solutions/caching-architecture/write-through/index-write-through.mdx @@ -288,4 +288,4 @@ You now know how to use Redis for write-through caching. It's possible to increm - [Redis YouTube channel](https://www.youtube.com/c/Redisinc) - Clients like [Node Redis](https://github.com/redis/node-redis) and [Redis om Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications. - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) : To view your Redis data or to play with raw Redis commands in the workbench -- [Try Redis Enterprise for free](https://redis.com/try-free/) +- [Try Redis Cloud for free](https://redis.com/try-free/) diff --git a/docs/howtos/solutions/fraud-detection/digital-identity-validation/index-digital-identity-validation.mdx b/docs/howtos/solutions/fraud-detection/digital-identity-validation/index-digital-identity-validation.mdx index 8bb5b5a5999..13dc7367118 100644 --- a/docs/howtos/solutions/fraud-detection/digital-identity-validation/index-digital-identity-validation.mdx +++ b/docs/howtos/solutions/fraud-detection/digital-identity-validation/index-digital-identity-validation.mdx @@ -58,9 +58,9 @@ The following are the primary requirements of a storage layer for digital identi These two factors are limiting for using traditional Relation Database Management Systems (RDBMS) to manage and validate digital identities in real time. While it is possible to use RDBMS to store digital identities, it is not the best choice for real-time validation of a flexible data model. -**Redis Enterprise**, on the other hand, is optimized for high throughput, low latency, data flexibility, and real-time query performance, easily satisfying the first criterion. With **sub-millisecond latency** and hundreds of millions of operations per second across both read and write operations, it is well-suited for managing dynamic digital identity data. As the volume of data grows, we can expect near-linear scalability and 99.999% of uptime with **Active-Active geo-replication**. +**Redis Cloud**, on the other hand, is optimized for high throughput, low latency, data flexibility, and real-time query performance, easily satisfying the first criterion. With **sub-millisecond latency** and hundreds of millions of operations per second across both read and write operations, it is well-suited for managing dynamic digital identity data. As the volume of data grows, we can expect near-linear scalability and 99.999% of uptime with **Active-Active geo-replication**. -Redis Enterprise's flexible data model has native support for multiple data types, including **JSON, hashes, streams, graphs and more**. Additionally, it can process complex searches on structured and unstructured data, as well as filtering by numeric properties and geographical distances, making it easier to manage and query large datasets of digital identities. +Redis Cloud's flexible data model has native support for multiple data types, including **JSON, hashes, streams, graphs and more**. Additionally, it can process complex searches on structured and unstructured data, as well as filtering by numeric properties and geographical distances, making it easier to manage and query large datasets of digital identities. ## Microservices architecture for an E-commerce Application @@ -519,4 +519,4 @@ Digital identity systems are typically designed to be interoperable and scalable - [Redis YouTube channel](https://www.youtube.com/c/Redisinc) - Clients like [Node Redis](https://github.com/redis/node-redis) and [Redis om Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications. - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) : To view your Redis data or to play with raw Redis commands in the workbench -- [Try Redis Enterprise for free](https://redis.com/try-free/) +- [Try Redis Cloud for free](https://redis.com/try-free/) diff --git a/docs/howtos/solutions/fraud-detection/transaction-risk-scoring/index-transaction-risk-scoring.mdx b/docs/howtos/solutions/fraud-detection/transaction-risk-scoring/index-transaction-risk-scoring.mdx index 8e2e661553f..33f7f545de6 100644 --- a/docs/howtos/solutions/fraud-detection/transaction-risk-scoring/index-transaction-risk-scoring.mdx +++ b/docs/howtos/solutions/fraud-detection/transaction-risk-scoring/index-transaction-risk-scoring.mdx @@ -42,13 +42,13 @@ More accurate risk scoring with **AI/ML** addresses these issues. Modern fraud d The models use historical as well as most recent data to create a risk profile for each customer. By analyzing past behaviour it is possible to create a profile of what is normal for each customer. Any transactions that deviate from this profile can be flagged as suspicious, reducing the likelihood of false positives. The models are very fast to adapt to changes in normal behaviour too, and can quickly identify patterns of fraud transactions. -This is exactly where **Redis Enterprise** excels in transaction risk scoring. +This is exactly where **Redis Cloud** excels in transaction risk scoring. -### How to use Redis Enterprise for transaction risk scoring +### How to use Redis Cloud for transaction risk scoring -People use Redis Enterprise as the **in-memory** online feature store for online and **real-time access** to feature data as part of a transaction risk scoring system. By serving online features with low latency, Redis Enterprise enables the risk-scoring models to return results in real-time, thereby allowing the whole system to achieve high accuracy and **instant response** on approving legitimate online transactions. +People use Redis Cloud as the **in-memory** online feature store for online and **real-time access** to feature data as part of a transaction risk scoring system. By serving online features with low latency, Redis Cloud enables the risk-scoring models to return results in real-time, thereby allowing the whole system to achieve high accuracy and **instant response** on approving legitimate online transactions. -Another very common use for Redis Enterprise in transaction risk scoring is for **transaction filters**. A transaction filter can be implemented as a **Bloom** filter that stores information about user behaviours. It can answer questions like "Have we seen this user purchase at this merchant before?" Or, "Have we seen this user purchase at this merchant in the X to Y price range before?" Being a probabilistic data structure, Redis Bloom filters do, indeed, sacrifice some accuracy, but in return, they get a very low memory footprint and response time. +Another very common use for Redis Cloud in transaction risk scoring is for **transaction filters**. A transaction filter can be implemented as a **Bloom** filter that stores information about user behaviours. It can answer questions like "Have we seen this user purchase at this merchant before?" Or, "Have we seen this user purchase at this merchant in the X to Y price range before?" Being a probabilistic data structure, Redis Bloom filters do, indeed, sacrifice some accuracy, but in return, they get a very low memory footprint and response time. :::tip @@ -564,7 +564,7 @@ These filters are pre-populated in the demo application based on a feature store ## Conclusion -In this post, you learned how to use Redis Streams to build a transaction risk scoring pipeline. You also learned how to use Redis Enterprise as a feature store and Redis Bloom filters to calculate a profile score. Every application is unique, so this tutorial is meant to be a starting point for you to build your own transaction risk scoring pipeline. +In this post, you learned how to use Redis Streams to build a transaction risk scoring pipeline. You also learned how to use Redis Cloud as a feature store and Redis Bloom filters to calculate a profile score. Every application is unique, so this tutorial is meant to be a starting point for you to build your own transaction risk scoring pipeline. ### Additional resources @@ -577,4 +577,4 @@ In this post, you learned how to use Redis Streams to build a transaction risk s - [Redis YouTube channel](https://www.youtube.com/c/Redisinc) - Clients like [Node Redis](https://github.com/redis/node-redis) and [Redis om Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications. - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) : To view your Redis data or to play with raw Redis commands in the workbench -- [Try Redis Enterprise for free](https://redis.com/try-free/) +- [Try Redis Cloud for free](https://redis.com/try-free/) diff --git a/docs/howtos/solutions/microservices/api-gateway-caching/index-api-gateway-caching.mdx b/docs/howtos/solutions/microservices/api-gateway-caching/index-api-gateway-caching.mdx index 927377d619a..6204dc3e008 100644 --- a/docs/howtos/solutions/microservices/api-gateway-caching/index-api-gateway-caching.mdx +++ b/docs/howtos/solutions/microservices/api-gateway-caching/index-api-gateway-caching.mdx @@ -50,7 +50,7 @@ The diagram illustrates how the API gateway uses Redis as a cache for session in :::tip -Use a **Redis Enterprise Cluster** to get the benefit of linear scaling to ensure API calls perform under peak loads. That also provides 99.999% uptime and Active-Active geo-distribution, which prevents loss of authentication and session data. +Use a **Redis Cloud Cluster** to get the benefit of linear scaling to ensure API calls perform under peak loads. That also provides 99.999% uptime and Active-Active geo-distribution, which prevents loss of authentication and session data. ::: @@ -216,4 +216,4 @@ To learn more about Redis, check out the additional resources below: - [Redis YouTube channel](https://www.youtube.com/c/Redisinc) - Clients like [Node Redis](https://github.com/redis/node-redis) and [Redis om Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications. - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) : To view your Redis data or to play with raw Redis commands in the workbench -- [Try Redis Enterprise for free](https://redis.com/try-free/) +- [Try Redis Cloud for free](https://redis.com/try-free/) diff --git a/docs/howtos/solutions/microservices/caching/index-caching.mdx b/docs/howtos/solutions/microservices/caching/index-caching.mdx index 81d17d21e61..a4abc43faf8 100644 --- a/docs/howtos/solutions/microservices/caching/index-caching.mdx +++ b/docs/howtos/solutions/microservices/caching/index-caching.mdx @@ -10,7 +10,7 @@ import Authors from '@theme/Authors'; import MicroservicesEcommerceDesign from '../common-data/microservices-ecommerce.mdx'; import MicroservicesArchitectureWithRedis from '../common-data/microservices-arch-with-redis.mdx'; import SourceCode from '../common-data/microservices-source-code-tip.mdx'; -import RedisEnterprise from '../common-data/redis-enterprise.mdx'; +import RedisCloud from '../common-data/redis-enterprise.mdx'; import cacheMissImage from './images/redis-cache-aside-cache-miss.png'; import cacheHitImage from './images/redis-cache-aside-cache-hit.png'; @@ -39,7 +39,7 @@ To improve product search in an e-commerce application, you can implement one of :::tip -If you use **Redis Enterprise**, cache aside is easier due to its support for JSON and search. You also get additional features such as real-time performance, High scalability, resiliency, and fault tolerance. You can also call upon high-availability features such as Active-Active geo-redundancy. +If you use **Redis Cloud**, cache aside is easier due to its support for JSON and search. You also get additional features such as real-time performance, High scalability, resiliency, and fault tolerance. You can also call upon high-availability features such as Active-Active geo-redundancy. ::: @@ -85,7 +85,7 @@ The cache-aside pattern is useful when you need to: :::tip -If you use **Redis Enterprise** and a database that uses a JDBC driver, you can take advantage of [**Redis Smart Cache**](https://redis.com/blog/redis-smart-cache/), which lets you add caching to an application without changing the code. [**Click here to learn more!**](https://github.com/redis-field-engineering/redis-smart-cache) +If you use **Redis Cloud** and a database that uses a JDBC driver, you can take advantage of [**Redis Smart Cache**](https://redis.com/blog/redis-smart-cache/), which lets you add caching to an application without changing the code. [**Click here to learn more!**](https://github.com/redis-field-engineering/redis-smart-cache) ::: @@ -257,4 +257,4 @@ You now know how to use Redis for caching with one of the most common caching pa - [Redis YouTube channel](https://www.youtube.com/c/Redisinc) - Clients like [Node Redis](https://github.com/redis/node-redis) and [Redis om Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications. - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) : To view your Redis data or to play with raw Redis commands in the workbench -- [Try Redis Enterprise for free](https://redis.com/try-free/) +- [Try Redis Cloud for free](https://redis.com/try-free/) diff --git a/docs/howtos/solutions/microservices/common-data/redis-enterprise.mdx b/docs/howtos/solutions/microservices/common-data/redis-enterprise.mdx index dd61798831a..90bf6b099e0 100644 --- a/docs/howtos/solutions/microservices/common-data/redis-enterprise.mdx +++ b/docs/howtos/solutions/microservices/common-data/redis-enterprise.mdx @@ -1,6 +1,6 @@ -You can use **Redis Enterprise** as a multi-model primary database. Redis Enterprise is a fully managed, highly available, secure, and real-time data platform. It can store data on both RAM or **Flash**. It also supports **Active-Active** (multi-zone read and write replicas) on different cloud vendors, providing extreme high availability and scalability. Active-Active offers global scalability while maintaining local speed for database reads and writes. +You can use **Redis Cloud** as a multi-model primary database. Redis Cloud is a fully managed, highly available, secure, and real-time data platform. It can store data on both RAM or **Flash**. It also supports **Active-Active** (multi-zone read and write replicas) on different cloud vendors, providing extreme high availability and scalability. Active-Active offers global scalability while maintaining local speed for database reads and writes. -Redis Enterprise has many built-in modular capabilities, making it a unified, real-time data platform. Redis Enterprise is far more than a document database. +Redis Cloud has many built-in modular capabilities, making it a unified, real-time data platform. Redis Cloud is far more than a document database. - **JSON**: Persists JSON documents - **Search**: Indexes and searches JSON documents @@ -10,4 +10,4 @@ Redis Enterprise has many built-in modular capabilities, making it a unified, re Use [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) to view your Redis data or to play with raw Redis commands in the workbench. -If you're interested in diving deeper, try [Redis Enterprise](https://redis.com/try-free) today for free! +If you're interested in diving deeper, try [Redis Cloud](https://redis.com/try-free) today for free! diff --git a/docs/howtos/solutions/microservices/cqrs/index-cqrs.mdx b/docs/howtos/solutions/microservices/cqrs/index-cqrs.mdx index 3eaa72b0138..5edc3ca0327 100644 --- a/docs/howtos/solutions/microservices/cqrs/index-cqrs.mdx +++ b/docs/howtos/solutions/microservices/cqrs/index-cqrs.mdx @@ -10,7 +10,7 @@ import Authors from '@theme/Authors'; import MicroservicesEcommerceDesign from '../common-data/microservices-ecommerce.mdx'; import InitialMicroservicesArchitecture from '../common-data/microservices-arch.mdx'; import SourceCode from '../common-data/microservices-source-code-tip.mdx'; -import RedisEnterprise from '../common-data/redis-enterprise.mdx'; +import RedisCloud from '../common-data/redis-enterprise.mdx'; import cqrsPattern from './images/cqrs-pattern.png'; import cqrsArchitectureWithCdc from './images/cqrs-architecture-with-cdc.png'; @@ -47,7 +47,7 @@ Implementing CDC requires: :::tip -While you can implement your own CDC mechanism with Redis using RedisGears, Redis Enterprise comes with its own integrated CDC mechanism to solve this problem for you. +While you can implement your own CDC mechanism with Redis using Triggers and Functions, Redis Cloud comes with its own integrated CDC mechanism to solve this problem for you. ::: @@ -79,7 +79,7 @@ For the purposes of this tutorial, we’re not highlighting how communication is :::tip -When your e-commerce application eventually needs to scale across the globe, Redis Enterprise provides Active-Active geo-distribution for reads and writes at local latencies as well as availability of 99.999% uptime. +When your e-commerce application eventually needs to scale across the globe, Redis Cloud provides Active-Active geo-distribution for reads and writes at local latencies as well as availability of 99.999% uptime. ::: @@ -172,7 +172,7 @@ For tutorial simplicity, we add data to both primary database and Redis in the s :::tip -If you're using **Redis Enterprise**, you can take advantage of the **integrated CDC** mechanism to avoid having to roll your own. +If you're using **Redis Cloud**, you can take advantage of the **integrated CDC** mechanism to avoid having to roll your own. ::: @@ -341,4 +341,4 @@ Hopefully, this tutorial has helped you visualize how to use Redis with the CQRS - [Redis YouTube channel](https://www.youtube.com/c/Redisinc) - Clients like [Node Redis](https://github.com/redis/node-redis) and [Redis om Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications. - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) : To view your Redis data or to play with raw Redis commands in the workbench -- [Try Redis Enterprise for free](https://redis.com/try-free/) +- [Try Redis Cloud for free](https://redis.com/try-free/) diff --git a/docs/howtos/solutions/microservices/interservice-communication/index-interservice-communication.mdx b/docs/howtos/solutions/microservices/interservice-communication/index-interservice-communication.mdx index 9e76f534d9f..7b81b848fbf 100644 --- a/docs/howtos/solutions/microservices/interservice-communication/index-interservice-communication.mdx +++ b/docs/howtos/solutions/microservices/interservice-communication/index-interservice-communication.mdx @@ -10,7 +10,7 @@ import Authors from '@theme/Authors'; import MicroservicesEcommerceDesign from '../common-data/microservices-ecommerce-old.mdx'; import MicroservicesArchitectureWithRedis from '../common-data/microservices-arch-with-redis-old.mdx'; import SourceCode from '../common-data/microservices-source-code-tip-old.mdx'; -import RedisEnterprise from '../common-data/redis-enterprise.mdx'; +import RedisCloud from '../common-data/redis-enterprise.mdx'; @@ -380,7 +380,7 @@ For the purposes of our application, we make a call to update the order status i :::tip -If you use **Redis Enterprise**, you will find that Redis Streams is available on the same multi-tenant data platform you already use for caching. Redis Enterprise also has high availability, message persistence, support for multiple clients, and resiliency with primary/secondary data replication… all built in. +If you use **Redis Cloud**, you will find that Redis Streams is available on the same multi-tenant data platform you already use for caching. Redis Cloud also has high availability, message persistence, support for multiple clients, and resiliency with primary/secondary data replication… all built in. ::: @@ -400,4 +400,4 @@ That's all there is to it! You now know how to use Redis for streaming as both a - [Redis YouTube channel](https://www.youtube.com/c/Redisinc) - Clients like [Node Redis](https://github.com/redis/node-redis) and [Redis om Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications. - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) : To view your Redis data or to play with raw Redis commands in the workbench -- [Try Redis Enterprise for free](https://redis.com/try-free/) +- [Try Redis Cloud for free](https://redis.com/try-free/) diff --git a/docs/howtos/solutions/mobile-banking/account-dashboard/index-account-dashboard.mdx b/docs/howtos/solutions/mobile-banking/account-dashboard/index-account-dashboard.mdx index bd120507ffa..99a2eaa983c 100644 --- a/docs/howtos/solutions/mobile-banking/account-dashboard/index-account-dashboard.mdx +++ b/docs/howtos/solutions/mobile-banking/account-dashboard/index-account-dashboard.mdx @@ -23,18 +23,18 @@ The following diagram is an example data architecture for an account dashboard: ![dashboard](./images/dashboard.png) 1. Banks store information in a number of separate databases that support individual banking products -2. Key customer account details (balances, recent transactions) across the banks product portfolio are prefetched into Redis Enterprise using Redis Data Integration (RDI) -3. Redis Enterprise powers customer's account dashboards, enabling mobile banking users to view balances and other high-priority information immediately upon login +2. Key customer account details (balances, recent transactions) across the banks product portfolio are prefetched into Redis Cloud using Redis Data Integration (RDI) +3. Redis Cloud powers customer's account dashboards, enabling mobile banking users to view balances and other high-priority information immediately upon login ## Why you should use Redis for account dashboards in mobile banking -- **Resilience**: Redis Enterprise provides resilience with 99.999% uptime and Active-Active Geo Distribution to prevent loss of critical user profile data +- **Resilience**: Redis Cloud provides resilience with 99.999% uptime and Active-Active Geo Distribution to prevent loss of critical user profile data -- **Scalability**: Redis Enterprise provides < 1ms performance at incredibly high scale to ensure apps perform under peak loads +- **Scalability**: Redis Cloud provides < 1ms performance at incredibly high scale to ensure apps perform under peak loads - **JSON Support**: Provides the ability to create and store account information as JSON documents with the < 1ms speed of Redis -- **Querying and Indexing**: Redis Enterprise can quickly identify and store data from multiple different databases and index data to make it readily searchable +- **Querying and Indexing**: Redis Cloud can quickly identify and store data from multiple different databases and index data to make it readily searchable :::note diff --git a/docs/howtos/solutions/mobile-banking/common-mb/additional-resources.mdx b/docs/howtos/solutions/mobile-banking/common-mb/additional-resources.mdx index 782195199c0..a12a7c8e84c 100644 --- a/docs/howtos/solutions/mobile-banking/common-mb/additional-resources.mdx +++ b/docs/howtos/solutions/mobile-banking/common-mb/additional-resources.mdx @@ -1,4 +1,4 @@ - [Redis YouTube channel](https://www.youtube.com/c/Redisinc) - Clients like [Node Redis](https://github.com/redis/node-redis) and [Redis OM Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications. - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/): To view your Redis data or to play with raw Redis commands in the workbench -- [Try Redis Enterprise for free](https://redis.com/try-free/) +- [Try Redis Cloud for free](https://redis.com/try-free/) diff --git a/docs/howtos/solutions/mobile-banking/session-management/index-session-management.mdx b/docs/howtos/solutions/mobile-banking/session-management/index-session-management.mdx index af4569eedaf..2b4f58c94c7 100644 --- a/docs/howtos/solutions/mobile-banking/session-management/index-session-management.mdx +++ b/docs/howtos/solutions/mobile-banking/session-management/index-session-management.mdx @@ -35,11 +35,11 @@ The session store houses critical information related to each user as they navig ## Why you should use Redis for mobile banking session management? -- **Resilience**: Redis Enterprise offers incredible resilience with **99.999% uptime**. After all, authentication token stores must provide round-the-clock availability. This ensures that users get uninterrupted, 24/7 access to their applications. +- **Resilience**: Redis Cloud offers incredible resilience with **99.999% uptime**. After all, authentication token stores must provide round-the-clock availability. This ensures that users get uninterrupted, 24/7 access to their applications. -- **Scalability**: Token stores need to be highly scalable so that they don't become a bottleneck when a **high volume of users** authenticate at once. Redis Enterprise provides **< 1ms latency** at incredibly high throughput (up to **100MM ops/second**) which makes authentication and session data access much faster! +- **Scalability**: Token stores need to be highly scalable so that they don't become a bottleneck when a **high volume of users** authenticate at once. Redis Cloud provides **< 1ms latency** at incredibly high throughput (up to **100MM ops/second**) which makes authentication and session data access much faster! -- **Integration with common libraries and platforms**: Since Redis open source is integrated into most session management libraries and platforms, Redis Enterprise can seamlessly integrate when upgrading from open source Redis (e.g. `express-session` and [`connect-redis-stack`](https://www.npmjs.com/package/connect-redis-stack) libraries integration is demonstrated in this tutorial) +- **Integration with common libraries and platforms**: Since Redis open source is integrated into most session management libraries and platforms, Redis Cloud can seamlessly integrate when upgrading from open source Redis (e.g. `express-session` and [`connect-redis-stack`](https://www.npmjs.com/package/connect-redis-stack) libraries integration is demonstrated in this tutorial) :::tip diff --git a/docs/howtos/solutions/real-time-inventory/available-to-promise/index-rti-available-to-promise.mdx b/docs/howtos/solutions/real-time-inventory/available-to-promise/index-rti-available-to-promise.mdx index 482c15b1060..05e91a05906 100644 --- a/docs/howtos/solutions/real-time-inventory/available-to-promise/index-rti-available-to-promise.mdx +++ b/docs/howtos/solutions/real-time-inventory/available-to-promise/index-rti-available-to-promise.mdx @@ -50,11 +50,11 @@ This formula includes the following elements: ## Why you should use Redis for available-to-promise -- **Increased inventory visibility**: Redis Enterprise provides highly scalable, real-time inventory synchronization between stores providing views into what stock is Available-To-Promise. Customers want to buy from a retailer who can check stock across multiple locations and provide real-time views on what's available locally. +- **Increased inventory visibility**: Redis Cloud provides highly scalable, real-time inventory synchronization between stores providing views into what stock is Available-To-Promise. Customers want to buy from a retailer who can check stock across multiple locations and provide real-time views on what's available locally. -- **Enhanced customer experience**: Sub-millisecond latency means online customers can easily get real-time views of shopping carts, pricing, and in stock availability. Redis Enterprise built-in search engine delivers full text and aggregated faceted search of inventory in real time, scaling performance to instantly search inventories with millions of product types helping customers fill their shopping carts faster, keeping them engaged and loyal. +- **Enhanced customer experience**: Sub-millisecond latency means online customers can easily get real-time views of shopping carts, pricing, and in stock availability. Redis Cloud built-in search engine delivers full text and aggregated faceted search of inventory in real time, scaling performance to instantly search inventories with millions of product types helping customers fill their shopping carts faster, keeping them engaged and loyal. -- **Cost efficiency at scale**: Redis Enterprise offers real-time, bi-directional consistency between stores and data integration capabilities with enterprise systems without the complexity and costs of managing message brokers, auditing, and reconciliation. +- **Cost efficiency at scale**: Redis Cloud offers real-time, bi-directional consistency between stores and data integration capabilities with enterprise systems without the complexity and costs of managing message brokers, auditing, and reconciliation. ## Real time inventory with Redis diff --git a/docs/howtos/solutions/real-time-inventory/common-rti/additional-resources.mdx b/docs/howtos/solutions/real-time-inventory/common-rti/additional-resources.mdx index 037eaa181ad..9fe1b25724a 100644 --- a/docs/howtos/solutions/real-time-inventory/common-rti/additional-resources.mdx +++ b/docs/howtos/solutions/real-time-inventory/common-rti/additional-resources.mdx @@ -1,4 +1,4 @@ - [Redis YouTube channel](https://www.youtube.com/c/Redisinc) - Clients like [Node Redis](https://github.com/redis/node-redis) and [Redis om Node](https://github.com/redis/redis-om-node) help you to use Redis in Node.js applications. - [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) : To view your Redis data or to play with raw Redis commands in the workbench -- [Try Redis Enterprise for free](https://redis.com/try-free/) +- [Try Redis Cloud for free](https://redis.com/try-free/) diff --git a/docs/howtos/solutions/real-time-inventory/common-rti/customer-proofs.mdx b/docs/howtos/solutions/real-time-inventory/common-rti/customer-proofs.mdx index 70b4dec5219..2f2e82fe363 100644 --- a/docs/howtos/solutions/real-time-inventory/common-rti/customer-proofs.mdx +++ b/docs/howtos/solutions/real-time-inventory/common-rti/customer-proofs.mdx @@ -1 +1 @@ -- Redis Enterprise on Google Cloud enables [**Ulta Beauty to build a “digital store of the future”**](https://redis.com/customers/ulta-beauty/) +- Redis Cloud on Google Cloud Platform enables [**Ulta Beauty to build a “digital store of the future”**](https://redis.com/customers/ulta-beauty/) diff --git a/docs/howtos/solutions/real-time-inventory/local-inventory-search/index-rti-local-inventory-search.mdx b/docs/howtos/solutions/real-time-inventory/local-inventory-search/index-rti-local-inventory-search.mdx index 7c206e759c5..7dd52113a91 100644 --- a/docs/howtos/solutions/real-time-inventory/local-inventory-search/index-rti-local-inventory-search.mdx +++ b/docs/howtos/solutions/real-time-inventory/local-inventory-search/index-rti-local-inventory-search.mdx @@ -35,11 +35,11 @@ Consumers locate a product online, place the order in their browser or mobile de ## Why you should use Redis for local inventory search -- **Accurate location/regional inventory search**: Redis Enterprise geospatial search capabilities enable retailers to provide local inventories by store location across geographies and regions based on a consumer's location. This enables a real-time view of store inventory and and seamless BOPIS shopping experience. +- **Accurate location/regional inventory search**: Redis Cloud geospatial search capabilities enable retailers to provide local inventories by store location across geographies and regions based on a consumer's location. This enables a real-time view of store inventory and and seamless BOPIS shopping experience. -- **Consistent and accurate inventory view across multichannel and omnichannel experiences**: Accurate inventory information no matter what channel the shopper is using, in-store, kiosk, online, or mobile. Redis Enterprise provides a single source of truth for inventory information across all channels. +- **Consistent and accurate inventory view across multichannel and omnichannel experiences**: Accurate inventory information no matter what channel the shopper is using, in-store, kiosk, online, or mobile. Redis Cloud provides a single source of truth for inventory information across all channels. -- **Real-time search performance at scale**: Redis Enterprise real-time search and query engine allows retailers to provide instant application and inventory search responses and scale performance effortlessly during peak periods. +- **Real-time search performance at scale**: Redis Cloud real-time search and query engine allows retailers to provide instant application and inventory search responses and scale performance effortlessly during peak periods. ## Real-time local inventory search with Redis @@ -47,7 +47,7 @@ Consumers locate a product online, place the order in their browser or mobile de Redis provides geospatial search capabilities across a group of stores or warehouses in a region or geographic area allowing a retailer to quickly show the available inventory local to the customer. -Redis Enterprise processes event streams, keeping store inventories up-to-date in real-time. This enhances the customer experience with localized, accurate search of inventory while fulfilling orders from the nearest and fewest stores possible. +Redis Cloud processes event streams, keeping store inventories up-to-date in real-time. This enhances the customer experience with localized, accurate search of inventory while fulfilling orders from the nearest and fewest stores possible. This solution lowers days sales of inventory (DSI), selling inventory faster and carrying less inventory for increased revenue generation and profits over a shorter time period. diff --git a/docs/modules/redisbloom/index-redisbloom.mdx b/docs/modules/redisbloom/index-redisbloom.mdx index ffeacc79e9e..5e25e4515b0 100644 --- a/docs/modules/redisbloom/index-redisbloom.mdx +++ b/docs/modules/redisbloom/index-redisbloom.mdx @@ -16,7 +16,7 @@ The four probabilistic data types: ### Step 1. Register and subscribe -Follow [this link to register](/create/cloud/rediscloud) and subscribe to Redis Enterprise Cloud +Follow [this link to register](/create/cloud/rediscloud) and subscribe to Redis Cloud ![Redisbloom](redisbloom1.png) diff --git a/docs/modules/redisearch/index-redisearch.mdx b/docs/modules/redisearch/index-redisearch.mdx index 201769087d6..f665acfe0cd 100644 --- a/docs/modules/redisearch/index-redisearch.mdx +++ b/docs/modules/redisearch/index-redisearch.mdx @@ -11,7 +11,7 @@ Redis Search also supports auto-completion with fuzzy prefix matching, and atomi ### Step 1. Register and subscribe -Follow [this link to register](/create/cloud/rediscloud) and subscribe to Redis Enterprise Cloud +Follow [this link to register](/create/cloud/rediscloud) and subscribe to Redis Cloud ![Redisearch](redisearch3.png) @@ -47,7 +47,7 @@ HSET movies:11002 title "Star Wars: Episode V - The Empire Strikes Back" plot "L (integer) 6 ``` -Your Redis Enterprise Cloud database now contains two Hashes. It is simple to retrieve information using the HMGET command, if you know the key of the movies (movies:11002): +Your Redis Cloud database now contains two Hashes. It is simple to retrieve information using the HMGET command, if you know the key of the movies (movies:11002): ``` > HMGET movies:11002 title rating diff --git a/docs/modules/redisgraph/index-redisgraph.mdx b/docs/modules/redisgraph/index-redisgraph.mdx index c90da6d68e4..25f80d3e408 100644 --- a/docs/modules/redisgraph/index-redisgraph.mdx +++ b/docs/modules/redisgraph/index-redisgraph.mdx @@ -11,7 +11,7 @@ RedisGraph is a Redis module that enables enterprises to process any kind of con ### Step 1. Register and subscribe -Follow [this link to register](/create/cloud/rediscloud) and subscribe to Redis Enterprise Cloud +Follow [this link to register](/create/cloud/rediscloud) and subscribe to Redis Cloud ![RedisGraph](redisgraph1.png) diff --git a/docs/modules/redisjson/index-redisjson.mdx b/docs/modules/redisjson/index-redisjson.mdx index 0c6c75f1dee..045d8245748 100644 --- a/docs/modules/redisjson/index-redisjson.mdx +++ b/docs/modules/redisjson/index-redisjson.mdx @@ -9,7 +9,7 @@ Redis Stack provides in-memory manipulation of JSON documents at high velocity a ### Step 1. Register and subscribe -Follow [this link to register](/create/cloud/rediscloud) and subscribe to Redis Enterprise Cloud +Follow [this link to register](/create/cloud/rediscloud) and subscribe to Redis Cloud ![Redis JSON](redisjson3.png) diff --git a/docs/modules/redistimeseries/index-redistimeseries.mdx b/docs/modules/redistimeseries/index-redistimeseries.mdx index f558cf5c1ee..bde683ffa9b 100644 --- a/docs/modules/redistimeseries/index-redistimeseries.mdx +++ b/docs/modules/redistimeseries/index-redistimeseries.mdx @@ -9,7 +9,7 @@ RedisTimeseries is a Redis module that enhances your experience managing time-se ### Step 1. Register and subscribe -Follow [this link to register](/create/cloud/rediscloud) and subscribe to Redis Enterprise Cloud +Follow [this link to register](/create/cloud/rediscloud) and subscribe to Redis Cloud ![Redistimeseries](redistimeseries.png) diff --git a/docs/operate/observability/redisdatasource/index-redisdatasource.mdx b/docs/operate/observability/redisdatasource/index-redisdatasource.mdx index 48e94e4d28f..ac3fbf55402 100644 --- a/docs/operate/observability/redisdatasource/index-redisdatasource.mdx +++ b/docs/operate/observability/redisdatasource/index-redisdatasource.mdx @@ -80,7 +80,7 @@ Open `https://IP:3000` to access grafana. The default username/password is admin #### Step 8. Add Redis Database name, Endpoint URL and password Assuming that you already have Redis server and database up and running in your infrastructure. -You can also leverage Redis Enterprise Cloud as showcased in the below example. +You can also leverage Redis Cloud as showcased in the below example. ![grafana](grafana_datasource4.png) @@ -140,7 +140,7 @@ Open `https://IP:3000` to access Grafana. The default username/password is admin #### Step 7. Add Redis Database name, Endpoint URL and password We'll assume that you already have a Redis server and up and running in your infrastructure. -You can also leverage Redis Enterprise Cloud as demonstrated below. +You can also leverage Redis Cloud as demonstrated below. ![grafana](grafana_datasource4.png) @@ -193,7 +193,7 @@ The project provides a `docker-compose.yml` file tha starts Redis with all modul #### Step 7. Add Redis Database name, Endpoint URL and password We assume that you already have a Redis server up and running in your infrastructure. -You can also leverage Redis Enterprise Cloud as shown below: +You can also leverage Redis Cloud as shown below: ![grafana](grafana_datasource4.png) diff --git a/docs/operate/provisioning/_azure-cache-terraform-private/index-azure-cache-terraform-private.mdx b/docs/operate/provisioning/_azure-cache-terraform-private/index-azure-cache-terraform-private.mdx index 33862ec4b1b..28d0806ee84 100644 --- a/docs/operate/provisioning/_azure-cache-terraform-private/index-azure-cache-terraform-private.mdx +++ b/docs/operate/provisioning/_azure-cache-terraform-private/index-azure-cache-terraform-private.mdx @@ -1,13 +1,13 @@ --- id: index-azure-cache-terraform-private -title: Azure Cache for Redis Enterprise using Terraform with Private Link -sidebar_label: Azure Cache for Redis Enterprise using Terraform with Private Link +title: Azure Cache for Redis Cloud using Terraform with Private Link +sidebar_label: Azure Cache for Redis Cloud using Terraform with Private Link slug: /operate/provisioning/azure-cache-terraform-private --- Azure Private Link for Azure Cache for Redis provides private connectivity from a virtual network to your cache instance. This means that you can now use Azure Private Link to connect to an Azure Cache for Redis instance from your virtual network via a private endpoint, which is assigned a private IP address in a subnet within the virtual network. It simplifies the network architecture and secures the connection between endpoints in Azure by eliminating data exposure to the public internet. Private Link carries traffic privately, reducing your exposure to threats and helps you meet compliance standards. -Azure Resource Manager (a.k.a AzureRM) is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You can use management features, like access control, locks, and tags, to secure and organize your resources after deployment. The "azurerm_redis_enterprise_cluster" is a resource that manages a Redis Enterprise cluster. This is a template to get started with the 'azurerm_redis_enterprise_cluster' resource available in the 'azurerm' provider with Terraform. +Azure Resource Manager (a.k.a AzureRM) is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You can use management features, like access control, locks, and tags, to secure and organize your resources after deployment. The "azurerm_redis_enterprise_cluster" is a resource that manages a Redis Cloud cluster. This is a template to get started with the 'azurerm_redis_enterprise_cluster' resource available in the 'azurerm' provider with Terraform. ### Prerequisites @@ -104,7 +104,7 @@ terraform output redisgeek_config allowfullscreen>
-##### 2. Do More with Azure Cache for Redis, Enterprise Tiers +##### 2. Do More with Azure Cache for Redis, Cloud Tiers
-##### Do More with Azure Cache for Redis, Enterprise Tiers +##### Do More with Azure Cache for Redis, Cloud Tiers