From 90ffc4d28d475e18952fbba018380697f9a3e135 Mon Sep 17 00:00:00 2001 From: Chayim Date: Wed, 13 Dec 2023 17:41:11 +0200 Subject: [PATCH] Linking to Redis learning resources (#173) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ab5317b..d1c0d9b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,20 @@ It primarily speeds up parsing of multi bulk replies. [hiredis]: http://github.com/redis/hiredis +## 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/) + ## Install hiredis-py is available on [PyPI](https://pypi.org/project/hiredis/), and can be installed via: