From 812d37f0b8676489dc3bf4689cb97ba2fb1f8008 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Sun, 22 Oct 2023 11:26:04 +0300 Subject: [PATCH] Adding README links pointing to learning resources --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index acfab2894..2b78f2817 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,20 @@ docker run -p 6379:6379 --name redis-stack redis/redis-stack:latest Read the docs at +### How do I Redis? + +[Learn for free at Redis University](https://university.redis.com/) + +[Build faster with the Redis Launchpad](https://launchpad.redis.com/) + +[Try the Redis Cloud](https://redis.com/try-free/) + +[Dive in developer tutorials](https://developer.redis.com/) + +[Join the Redis community](https://redis.com/community/) + +[Work at Redis](https://redis.com/company/careers/jobs/) + ## Build Make sure you have Rust installed: