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
Changes from 1 commit
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
Next Next commit
Update data-store.md
  • Loading branch information
mich-elle-luna authored Jan 24, 2025
commit de4d4c8bb26d367a8573b1b1870338df08ec04ad
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.
Loading