From 1ae0553a870c3af4092d787d4d7e04022a844b2b Mon Sep 17 00:00:00 2001 From: Ali-Akber Saifee Date: Fri, 5 May 2023 13:16:22 -0700 Subject: [PATCH] Add coredis to clients supporting redis stack --- docs/stack/get-started/clients/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/stack/get-started/clients/_index.md b/docs/stack/get-started/clients/_index.md index 83efc2c4..ca37df00 100644 --- a/docs/stack/get-started/clients/_index.md +++ b/docs/stack/get-started/clients/_index.md @@ -16,6 +16,7 @@ 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 +* [coredis](https://github.com/alisaifee/coredis/) >= 4.12 ## High-level client libraries