Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RU: add links to redis university courses/learning paths #1093

Merged
merged 37 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
de4d4c8
Update data-store.md
mich-elle-luna Jan 24, 2025
29a6227
Update document-database.md
mich-elle-luna Jan 24, 2025
c3ec1ca
Update vector-database.md
mich-elle-luna Jan 24, 2025
715801f
Update rag.md
mich-elle-luna Jan 24, 2025
125a5db
Update redis-in-ai.md
mich-elle-luna Jan 24, 2025
163b6e2
Update rc-quickstart.md
mich-elle-luna Jan 24, 2025
eab8231
Update monitor-performance.md
mich-elle-luna Jan 24, 2025
1ee337b
Update _index.md
mich-elle-luna Jan 24, 2025
3f1d39e
Update _index.md
mich-elle-luna Jan 24, 2025
1b62a8e
Update aws-transit-gateway.md
mich-elle-luna Jan 24, 2025
91aa3b8
Update cidr-whitelist.md
mich-elle-luna Jan 24, 2025
55b3013
Update encryption-at-rest.md
mich-elle-luna Jan 24, 2025
f94f599
Update private-service-connect.md
mich-elle-luna Jan 24, 2025
4914fb7
Update shared-responsibility-model.md
mich-elle-luna Jan 24, 2025
674d4a1
Update vpc-peering.md
mich-elle-luna Jan 24, 2025
4ee49ac
Update vpc-peering.md
mich-elle-luna Jan 24, 2025
0fb21e7
Update _index.md
mich-elle-luna Jan 24, 2025
3723818
Update redis-enterprise-software-quickstart.md
mich-elle-luna Jan 24, 2025
ca3f450
Update create.md
mich-elle-luna Jan 24, 2025
8f70ada
Update _index.md
mich-elle-luna Jan 24, 2025
8dc1e30
Update create.md
mich-elle-luna Jan 24, 2025
58bf452
Update import-data.md
mich-elle-luna Jan 24, 2025
e785848
Update content/develop/get-started/rag.md
mich-elle-luna Jan 28, 2025
aa2f65a
Update content/develop/get-started/redis-in-ai.md
mich-elle-luna Jan 28, 2025
127ccfb
Update content/operate/rc/databases/monitor-performance.md
mich-elle-luna Jan 28, 2025
a75f82e
Update content/operate/rc/security/_index.md
mich-elle-luna Jan 28, 2025
d940940
Update content/operate/rc/security/aws-transit-gateway.md
mich-elle-luna Jan 28, 2025
2d22a94
Update content/operate/rc/security/vpc-peering.md
mich-elle-luna Jan 28, 2025
2e2930e
Update content/operate/rs/_index.md
mich-elle-luna Jan 28, 2025
c168c04
Update content/operate/rs/databases/connect/_index.md
mich-elle-luna Jan 28, 2025
1e37968
Update content/operate/rc/security/cidr-whitelist.md
mich-elle-luna Jan 28, 2025
07fde94
Update content/operate/rc/security/database-security/_index.md
mich-elle-luna Jan 28, 2025
a2df216
Update content/operate/rc/security/encryption-at-rest.md
mich-elle-luna Jan 28, 2025
e0b5b24
Update content/operate/rc/security/private-service-connect.md
mich-elle-luna Jan 28, 2025
4bd2b7d
Update content/operate/rc/security/shared-responsibility-model.md
mich-elle-luna Jan 28, 2025
0735ab4
Update content/operate/rs/databases/create.md
mich-elle-luna Jan 28, 2025
6dae789
Update content/operate/rs/databases/import-export/import-data.md
mich-elle-luna Jan 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/develop/get-started/data-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}})
* [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.
4 changes: 4 additions & 0 deletions content/develop/get-started/document-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/develop/get-started/rag.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/develop/get-started/redis-in-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/develop/get-started/vector-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/operate/rc/databases/monitor-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/operate/rc/rc-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/operate/rc/security/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 2 additions & 0 deletions content/operate/rc/security/aws-transit-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/operate/rc/security/cidr-whitelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/operate/rc/security/database-security/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/operate/rc/security/encryption-at-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/operate/rc/security/private-service-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/operate/rc/security/shared-responsibility-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/operate/rc/security/vpc-peering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 3 additions & 0 deletions content/operate/rs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 5 additions & 1 deletion content/operate/rs/databases/connect/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}).
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.
4 changes: 4 additions & 0 deletions content/operate/rs/databases/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/operate/rs/databases/import-export/import-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.