From 63b18502ad86289748bc8e08c010f1dec1ad698d Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Tue, 6 Jun 2023 15:42:27 +0200 Subject: [PATCH 1/2] Update official clients list --- docs/stack/get-started/clients/_index.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/stack/get-started/clients/_index.md b/docs/stack/get-started/clients/_index.md index 83efc2c4..b20a7ffd 100644 --- a/docs/stack/get-started/clients/_index.md +++ b/docs/stack/get-started/clients/_index.md @@ -9,13 +9,14 @@ Redis Stack is built on Redis and uses the same client protocol as Redis. As a r To meaningfully support Redis Stack support, a client library must provide an API for the commands exposed by Redis Stack. Core client libraries generally provide one method per Redis Stack command. High-level libraries provide abstractions that may make use of multiple commands. -## Core client libraries +## Official client libraries -The following core client libraries support Redis Stack: +The following official client libraries support Redis Stack: -* [Jedis](https://github.com/redis/jedis) >= 4.0 -* [node-redis](https://github.com/redis/node-redis) >= 4.0 -* [redis-py](https://github.com/redis/redis-py/) >= 4.0 +* [NRedisStack (.Net)](/docs/clients/dotnet/) >= 0.6 +* [Jedis (Java)](/docs/clients/java/) >= 4.0 +* [node-redis (Node.js)](/docs/clients/nodejs/) >= 4.0 +* [redis-py (Python)](/docs/clients/python/) >= 4.0 ## High-level client libraries From 5199bb714163006ecbecd9e5a82222ad73fa1754 Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Tue, 6 Jun 2023 15:44:17 +0200 Subject: [PATCH 2/2] Update _index.md --- docs/stack/get-started/clients/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/stack/get-started/clients/_index.md b/docs/stack/get-started/clients/_index.md index b20a7ffd..f0ac95fc 100644 --- a/docs/stack/get-started/clients/_index.md +++ b/docs/stack/get-started/clients/_index.md @@ -14,9 +14,9 @@ To meaningfully support Redis Stack support, a client library must provide an AP The following official client libraries support Redis Stack: * [NRedisStack (.Net)](/docs/clients/dotnet/) >= 0.6 -* [Jedis (Java)](/docs/clients/java/) >= 4.0 -* [node-redis (Node.js)](/docs/clients/nodejs/) >= 4.0 -* [redis-py (Python)](/docs/clients/python/) >= 4.0 +* [Jedis (Java)](/docs/clients/java/) >= 4.4 +* [node-redis (Node.js)](/docs/clients/nodejs/) >= 4.6 +* [redis-py (Python)](/docs/clients/python/) >= 4.5 ## High-level client libraries