From 3cd4cce02f4e35ce31fab1a5a5a7815d3566aa14 Mon Sep 17 00:00:00 2001 From: Chayim Date: Wed, 17 May 2023 09:13:20 +0300 Subject: [PATCH] Updating the redis-stack clients list --- docs/stack/get-started/clients/_index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/stack/get-started/clients/_index.md b/docs/stack/get-started/clients/_index.md index 83efc2c4..507c5a35 100644 --- a/docs/stack/get-started/clients/_index.md +++ b/docs/stack/get-started/clients/_index.md @@ -13,9 +13,10 @@ To meaningfully support Redis Stack support, a client library must provide an AP The following core 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 +* [Jedis](https://github.com/redis/jedis) >= 4.4 +* [node-redis](https://github.com/redis/node-redis) >= 4.6 +* [redis-py](https://github.com/redis/redis-py/) >= 4.5 +* [nredisstack](https://github.com/redis/nredisstack/) >= 0.6.0 ## High-level client libraries