Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update official clients list for Redis Stack #175

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
11 changes: 6 additions & 5 deletions docs/stack/get-started/clients/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
* [node-redis (Node.js)](/docs/clients/nodejs/) >= 4.6
* [redis-py (Python)](/docs/clients/python/) >= 4.5

## High-level client libraries

Expand Down