Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/stack/get-started/clients/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down