Skip to content

Commit 09aaf8b

Browse files
Merge pull request #1093 from redis/DOC-4401
RU: add links to redis university courses/learning paths
2 parents ff331c6 + 6dae789 commit 09aaf8b

20 files changed

+79
-2
lines changed

content/develop/get-started/data-store.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,8 @@ SCAN 0 MATCH "bike:*" COUNT 100
9595
You can address more use cases with Redis by learning about Redis Stack. Here are two additional quick start guides:
9696

9797
* [Redis as a document database]({{< relref "/develop/get-started/document-database" >}})
98-
* [Redis as a vector database]({{< relref "/develop/get-started/vector-database" >}})
98+
* [Redis as a vector database]({{< relref "/develop/get-started/vector-database" >}})
99+
100+
## Continue learning with Redis University
101+
102+
See the [Get Started with Redis learning path](https://university.redis.io/learningpath/14q8m6gilfwltm) for courses.

content/develop/get-started/document-database.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,7 @@ Please see the [query documentation]({{< relref "/develop/interact/search-and-qu
176176
You can learn more about how to use Redis Stack as a vector database in the following quick start guide:
177177

178178
* [Redis as a vector database]({{< relref "/develop/get-started/vector-database" >}})
179+
180+
## Continue learning with Redis University
181+
182+
See the [Get Started with Redis learning path](https://university.redis.io/learningpath/14q8m6gilfwltm) for courses.

content/develop/get-started/rag.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ In summary, Redis offers a powerful and efficient platform for implementing RAG.
6969
- [RAG with Redis and SpringAI](https://redis.io/blog/building-a-rag-application-with-redis-and-spring-ai/)
7070
- [Build a multimodal RAG app with LangChain and Redis](https://redis.io/blog/explore-the-new-multimodal-rag-template-from-langchain-and-redis/)
7171
- [Get hands-on with advanced Redis AI Recipes](https://github.com/redis-developer/redis-ai-resources)
72+
73+
## Continue learning with Redis University
74+
75+
See the [Vector Advanced Topics course](https://university.redis.io/course/i3fv2hbhqnpni8) to learn more.

content/develop/get-started/redis-in-ai.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ Redis is a powerful tool to elevate your GenAI applications, enabling them to de
6666
## Resources
6767

6868
Check out the [Redis for AI]({{< relref "/develop/ai" >}}) documentation for getting started guides, concepts, ecosystem integrations, examples, and Python notebooks.
69+
70+
## Continue learning with Redis University
71+
72+
See the [Vector Advanced Topics course](https://university.redis.io/course/i3fv2hbhqnpni8) to learn more.

content/develop/get-started/vector-database.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,7 @@ From the description, this bike is an excellent match for younger children, and
272272
2. The complete [Redis Query Engine documentation]({{< relref "/develop/interact/search-and-query/" >}}) might be interesting for you.
273273
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.
274274
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.
275+
276+
## Continue learning with Redis University
277+
278+
See the [Redis vector database course](https://university.redis.io/course/7e2qbbeg963twz) for learning modules.

content/operate/rc/databases/monitor-performance.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ Any member of the account team can receive alert emails.
7676
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" >}}).
7777

7878
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.
79+
80+
## Continue learning with Redis University
81+
82+
See the [Redis Cloud monitoring overview course](https://university.redis.io/course/sdm9uvjmd0iedp) to learn more.

content/operate/rc/rc-quickstart.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,7 @@ See [Redis CLI]({{< relref "/develop/tools/cli" >}}) to learn how to use `redis-
143143
- [Secure your Redis Cloud database]({{< relref "/operate/rc/security/" >}})
144144
- [Back-up databases]({{< relref "/operate/rc/databases/back-up-data.md" >}})
145145
- [Monitor Redis Cloud performance]({{< relref "/operate/rc/databases/monitor-performance.md" >}})
146+
147+
## Continue learning with Redis University
148+
149+
See the [Get started with Redis Cloud learning path](https://university.redis.io/learningpath/lwkfbjbbqetoqc) for courses.

content/operate/rc/security/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ You have several options when it comes to securing your Redis Cloud databases. F
4949
## API security
5050

5151
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/" >}}).
52+
53+
## Continue learning with Redis University
54+
55+
See the [Redis Cloud security overview course](https://university.redis.io/course/0b1hkhejlitg3x) to learn more.

content/operate/rc/security/aws-transit-gateway.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,6 @@ After Transit gateway is established, we recommend switching your application co
162162
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.
163163
{{< /note >}}
164164

165+
## Continue learning with Redis University
165166

167+
See the [Redis Cloud security overview course](https://university.redis.io/course/0b1hkhejlitg3x) to learn more.

content/operate/rc/security/cidr-whitelist.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ To define the CIDR allow list for a database:
4545
{{< note >}}
4646
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.
4747
{{< /note >}}
48+
49+
## Continue learning with Redis University
50+
51+
See the [Redis Cloud security overview course](https://university.redis.io/course/0b1hkhejlitg3x) to learn more.

0 commit comments

Comments
 (0)