diff --git a/content/develop/get-started/data-store.md b/content/develop/get-started/data-store.md index 1fbb8ec887..6578ee0ad6 100644 --- a/content/develop/get-started/data-store.md +++ b/content/develop/get-started/data-store.md @@ -95,4 +95,8 @@ SCAN 0 MATCH "bike:*" COUNT 100 You can address more use cases with Redis by learning about Redis Stack. Here are two additional quick start guides: * [Redis as a document database]({{< relref "/develop/get-started/document-database" >}}) -* [Redis as a vector database]({{< relref "/develop/get-started/vector-database" >}}) \ No newline at end of file +* [Redis as a vector database]({{< relref "/develop/get-started/vector-database" >}}) + +## Continue learning with Redis University + +See the [Get Started with Redis learning path](https://university.redis.io/learningpath/14q8m6gilfwltm) for courses. diff --git a/content/develop/get-started/document-database.md b/content/develop/get-started/document-database.md index 4904a7537d..6b8c469800 100644 --- a/content/develop/get-started/document-database.md +++ b/content/develop/get-started/document-database.md @@ -176,3 +176,7 @@ Please see the [query documentation]({{< relref "/develop/interact/search-and-qu You can learn more about how to use Redis Stack as a vector database in the following quick start guide: * [Redis as a vector database]({{< relref "/develop/get-started/vector-database" >}}) + +## Continue learning with Redis University + +See the [Get Started with Redis learning path](https://university.redis.io/learningpath/14q8m6gilfwltm) for courses. diff --git a/content/develop/get-started/rag.md b/content/develop/get-started/rag.md index f4e06a51d9..7f7bbb7ef0 100644 --- a/content/develop/get-started/rag.md +++ b/content/develop/get-started/rag.md @@ -69,3 +69,7 @@ In summary, Redis offers a powerful and efficient platform for implementing RAG. - [RAG with Redis and SpringAI](https://redis.io/blog/building-a-rag-application-with-redis-and-spring-ai/) - [Build a multimodal RAG app with LangChain and Redis](https://redis.io/blog/explore-the-new-multimodal-rag-template-from-langchain-and-redis/) - [Get hands-on with advanced Redis AI Recipes](https://github.com/redis-developer/redis-ai-resources) + +## Continue learning with Redis University + +See the [Vector Advanced Topics course](https://university.redis.io/course/i3fv2hbhqnpni8) to learn more. diff --git a/content/develop/get-started/redis-in-ai.md b/content/develop/get-started/redis-in-ai.md index a41e8ffab3..a3fbb27531 100644 --- a/content/develop/get-started/redis-in-ai.md +++ b/content/develop/get-started/redis-in-ai.md @@ -66,3 +66,7 @@ Redis is a powerful tool to elevate your GenAI applications, enabling them to de ## Resources Check out the [Redis for AI]({{< relref "/develop/ai" >}}) documentation for getting started guides, concepts, ecosystem integrations, examples, and Python notebooks. + +## Continue learning with Redis University + +See the [Vector Advanced Topics course](https://university.redis.io/course/i3fv2hbhqnpni8) to learn more. diff --git a/content/develop/get-started/vector-database.md b/content/develop/get-started/vector-database.md index ec295eb77e..ede7624efb 100644 --- a/content/develop/get-started/vector-database.md +++ b/content/develop/get-started/vector-database.md @@ -272,3 +272,7 @@ From the description, this bike is an excellent match for younger children, and 2. The complete [Redis Query Engine documentation]({{< relref "/develop/interact/search-and-query/" >}}) might be interesting for you. 3. If you want to follow the code examples more interactively, then you can use the [Jupyter notebook](https://github.com/RedisVentures/redis-vss-getting-started/blob/main/vector_similarity_with_redis.ipynb) that inspired this quick start guide. 4. If you want to see more advanced examples of a Redis vector database in action, visit the [Redis AI Resources](https://github.com/redis-developer/redis-ai-resources) page on GitHub. + +## Continue learning with Redis University + +See the [Redis vector database course](https://university.redis.io/course/7e2qbbeg963twz) for learning modules. diff --git a/content/operate/rc/databases/monitor-performance.md b/content/operate/rc/databases/monitor-performance.md index 73cd756380..3c9d9e5aae 100644 --- a/content/operate/rc/databases/monitor-performance.md +++ b/content/operate/rc/databases/monitor-performance.md @@ -76,3 +76,7 @@ Any member of the account team can receive alert emails. To update alert settings for one or more team members, select **Access Management** from the Redis Cloud console menu and then select the **Team** tab. For details, see [Access management]({{< relref "/operate/rc/security/access-control/access-management" >}}). If you subscribe to Redis Cloud through a Platform-as-a-Service (PaaS) provider (such as Heroku), you will need to review your provider's documentation for help managing your team. + +## Continue learning with Redis University + +See the [Redis Cloud monitoring overview course](https://university.redis.io/course/sdm9uvjmd0iedp) to learn more. diff --git a/content/operate/rc/rc-quickstart.md b/content/operate/rc/rc-quickstart.md index ecefd7f5f4..4ffc0b5a9e 100644 --- a/content/operate/rc/rc-quickstart.md +++ b/content/operate/rc/rc-quickstart.md @@ -143,3 +143,7 @@ See [Redis CLI]({{< relref "/develop/tools/cli" >}}) to learn how to use `redis- - [Secure your Redis Cloud database]({{< relref "/operate/rc/security/" >}}) - [Back-up databases]({{< relref "/operate/rc/databases/back-up-data.md" >}}) - [Monitor Redis Cloud performance]({{< relref "/operate/rc/databases/monitor-performance.md" >}}) + +## Continue learning with Redis University + +See the [Get started with Redis Cloud learning path](https://university.redis.io/learningpath/lwkfbjbbqetoqc) for courses. diff --git a/content/operate/rc/security/_index.md b/content/operate/rc/security/_index.md index 1c7c563c17..499fe9e593 100644 --- a/content/operate/rc/security/_index.md +++ b/content/operate/rc/security/_index.md @@ -49,3 +49,7 @@ You have several options when it comes to securing your Redis Cloud databases. F ## API security The Redis Cloud API allows you to programmatically administer your subscriptions and database deployments. This API is disabled by default. When you [enable the API]({{< relref "/operate/rc/api/get-started/enable-the-api" >}}), you can then [manage the API keys]({{< relref "/operate/rc/api/get-started/manage-api-keys" >}}) for all owners of your Redis Cloud account. For an overview of the security features of the API, see the [API authentication documentation]({{< relref "/operate/rc/api/get-started/" >}}). + +## Continue learning with Redis University + +See the [Redis Cloud security overview course](https://university.redis.io/course/0b1hkhejlitg3x) to learn more. diff --git a/content/operate/rc/security/aws-transit-gateway.md b/content/operate/rc/security/aws-transit-gateway.md index 803c12f149..e4955dc78c 100644 --- a/content/operate/rc/security/aws-transit-gateway.md +++ b/content/operate/rc/security/aws-transit-gateway.md @@ -162,4 +162,6 @@ After Transit gateway is established, we recommend switching your application co If you've enabled the database's [CIDR allow list]({{< relref "/operate/rc/security/cidr-whitelist" >}}), you must also [add the Transit Gateway's IP address to the CIDR allow list]({{< relref "/operate/rc/security/cidr-whitelist#define-cidr-allow-list" >}}) to connect to the database via the private endpoint. {{< /note >}} +## Continue learning with Redis University +See the [Redis Cloud security overview course](https://university.redis.io/course/0b1hkhejlitg3x) to learn more. diff --git a/content/operate/rc/security/cidr-whitelist.md b/content/operate/rc/security/cidr-whitelist.md index 01446fc87d..48abc94218 100644 --- a/content/operate/rc/security/cidr-whitelist.md +++ b/content/operate/rc/security/cidr-whitelist.md @@ -45,3 +45,7 @@ To define the CIDR allow list for a database: {{< note >}} The database CIDR allow list applies to both the public endpoint and the private endpoint. If you use connectivity options such as [VPC Peering]({{< relref "/operate/rc/security/vpc-peering" >}}) and [Transit Gateway]({{< relref "/operate/rc/security/aws-transit-gateway" >}}) to connect to your database via the private endpoint, you must also add those IPs to your database's CIDR allow list. {{< /note >}} + +## Continue learning with Redis University + +See the [Redis Cloud security overview course](https://university.redis.io/course/0b1hkhejlitg3x) to learn more. diff --git a/content/operate/rc/security/database-security/_index.md b/content/operate/rc/security/database-security/_index.md index 1a20d93a6d..48b5e819ee 100644 --- a/content/operate/rc/security/database-security/_index.md +++ b/content/operate/rc/security/database-security/_index.md @@ -34,3 +34,7 @@ We strongly recommend enabling TLS for any application transmitting sensitive da ## Disk encryption Redis Cloud provides encryption for all data stored on disk in Redis databases. See our [encryption at rest documentation]({{< relref "/operate/rc/security/encryption-at-rest.md" >}}) for specific details. + +## Continue learning with Redis University + +See the [Redis Cloud security overview course](https://university.redis.io/course/0b1hkhejlitg3x) to learn more. diff --git a/content/operate/rc/security/encryption-at-rest.md b/content/operate/rc/security/encryption-at-rest.md index d84f982a50..925ad2234c 100644 --- a/content/operate/rc/security/encryption-at-rest.md +++ b/content/operate/rc/security/encryption-at-rest.md @@ -31,3 +31,7 @@ All data written to disk on Azure-based Redis Cloud deployments is encrypted by a Redis Cloud database on Azure, you don't need to take any actions to enable this encryption. To learn more, see the [Azure Data Encryption at rest](https://docs.microsoft.com/en-us/azure/security/fundamentals/encryption-atrest). + +## Continue learning with Redis University + +See the [Redis Cloud security overview course](https://university.redis.io/course/0b1hkhejlitg3x) to learn more. diff --git a/content/operate/rc/security/private-service-connect.md b/content/operate/rc/security/private-service-connect.md index df1504bd47..28119608bb 100644 --- a/content/operate/rc/security/private-service-connect.md +++ b/content/operate/rc/security/private-service-connect.md @@ -175,3 +175,7 @@ Private Service Connect has the following limitations in Redis Cloud: - Although Redis Cloud supports using Private Service Connect with Enterprise clustering, you cannot use the [Cluster API]({{< relref "/operate/rc/databases/create-database#oss-cluster-api" >}}) with Private Service Connect enabled. - Private Service Connect is not available for clusters with Redis versions 6.2.12 and earlier. Contact [Redis support](https://redis.io/support) to upgrade the cluster to a compatible version or [create a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}). + +## Continue learning with Redis University + +See the [Redis Cloud security overview course](https://university.redis.io/course/0b1hkhejlitg3x) to learn more. diff --git a/content/operate/rc/security/shared-responsibility-model.md b/content/operate/rc/security/shared-responsibility-model.md index 321e9ecfa2..aa93d4f424 100644 --- a/content/operate/rc/security/shared-responsibility-model.md +++ b/content/operate/rc/security/shared-responsibility-model.md @@ -37,3 +37,7 @@ Customers are responsible for the security configurations in their Redis databas Customers are also responsible for the applications built on Redis and the data they store in Redis. Customers determine the cloud provider, region, and availability zone of their deployments. Customers understand that Redis Cloud Essentials plans are deployed to a multi-tenant infrastructure. Redis Cloud Pro plans are deployed to a single-tenant infrastructure dedicated to one specific customer. + +## Continue learning with Redis University + +See the [Redis Cloud security overview course](https://university.redis.io/course/0b1hkhejlitg3x) to learn more. diff --git a/content/operate/rc/security/vpc-peering.md b/content/operate/rc/security/vpc-peering.md index 479ef942f3..5b6ee517b3 100644 --- a/content/operate/rc/security/vpc-peering.md +++ b/content/operate/rc/security/vpc-peering.md @@ -137,3 +137,7 @@ Once VPC peering is established, we recommend switching your application connect {{< note >}} {{< embed-md "rc-vpc-peering-cidr-list.md" >}} {{< /note >}} + +## Continue learning with Redis University + +See the [Redis Cloud networking course](https://university.redis.io/course/xkz1coqj9tsqjr) to learn more. diff --git a/content/operate/rs/_index.md b/content/operate/rs/_index.md index 03cac016a1..bd0df69355 100644 --- a/content/operate/rs/_index.md +++ b/content/operate/rs/_index.md @@ -61,3 +61,6 @@ Use command-line utilities and the REST API to manage the cluster and databases. - [Redis Stack]({{< relref "/operate/oss_and_stack/stack-with-enterprise" >}}) - [Glossary]({{< relref "/glossary" >}}) +## Continue learning with Redis University + +See the [Get started with Redis Software learning path](https://university.redis.io/learningpath/an0mgw5bjpjfbe) to learn more. diff --git a/content/operate/rs/databases/connect/_index.md b/content/operate/rs/databases/connect/_index.md index 4be90d67ba..9c75ebf5d0 100644 --- a/content/operate/rs/databases/connect/_index.md +++ b/content/operate/rs/databases/connect/_index.md @@ -31,4 +31,8 @@ Use one of the following connection methods to connect to your database: - [Redis client]({{< relref "/develop/clients" >}}) for your preferred programming language -For examples, see [Test client connection]({{< relref "/operate/rs/databases/connect/test-client-connectivity" >}}). \ No newline at end of file +For examples, see [Test client connection]({{< relref "/operate/rs/databases/connect/test-client-connectivity" >}}). + +## Continue learning with Redis University + +See the [Connect to a database on Redis Software course](https://university.redis.io/course/zyxx6fdkcm5ahd) to learn more. diff --git a/content/operate/rs/databases/create.md b/content/operate/rs/databases/create.md index b57a17edc6..884bb87478 100644 --- a/content/operate/rs/databases/create.md +++ b/content/operate/rs/databases/create.md @@ -98,3 +98,7 @@ For Active-Active databases, see [Create an Active-Active geo-replicated databas See [Configuration settings]({{< relref "/operate/rs/databases/configure#config-settings" >}}) for more information about each setting. 1. Select **Create**. + +## Continue learning with Redis University + +See the [Create a database on Redis Software course](https://university.redis.io/course/cvj3ntarrg8roa) to learn more. diff --git a/content/operate/rs/databases/import-export/import-data.md b/content/operate/rs/databases/import-export/import-data.md index 2ab9e31a92..90ef501e6f 100644 --- a/content/operate/rs/databases/import-export/import-data.md +++ b/content/operate/rs/databases/import-export/import-data.md @@ -221,3 +221,7 @@ The import through the Redis Enterprise Cluster Manager UI handles these data ty You can import data into an Active-Active database [from the Cluster Manager UI](#import-data-into-a-database). When you import data into an Active-Active database, there is a special prompt warning that the imported data will be merged into the existing database. + +## Continue learning with Redis University + +See the [Import data into a database on Redis Software course](https://university.redis.io/course/jbl8tjp8niwskv) to learn more. diff --git a/content/operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart.md b/content/operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart.md index b4e2ecb5dc..9d4e7e9b80 100644 --- a/content/operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart.md +++ b/content/operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart.md @@ -100,3 +100,7 @@ See [Test client connection]({{< relref "/operate/rs/databases/connect/test-clie To use the Redis Enterprise Software Cluster Manager UI, you need a modern browser with JavaScript enabled. The Cluster Manager UI is officially supported for the latest version of [Google Chrome](https://www.google.com/chrome/), as well as the three previous and three subsequent versions. + +## Continue learning with Redis University + +See the [Get started with Redis Software learning path](https://university.redis.io/learningpath/an0mgw5bjpjfbe) for courses.