Skip to content

Commit 63b1850

Browse files
authored
Update official clients list
1 parent a735ab1 commit 63b1850

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/stack/get-started/clients/_index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ Redis Stack is built on Redis and uses the same client protocol as Redis. As a r
99

1010
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.
1111

12-
## Core client libraries
12+
## Official client libraries
1313

14-
The following core client libraries support Redis Stack:
14+
The following official client libraries support Redis Stack:
1515

16-
* [Jedis](https://github.com/redis/jedis) >= 4.0
17-
* [node-redis](https://github.com/redis/node-redis) >= 4.0
18-
* [redis-py](https://github.com/redis/redis-py/) >= 4.0
16+
* [NRedisStack (.Net)](/docs/clients/dotnet/) >= 0.6
17+
* [Jedis (Java)](/docs/clients/java/) >= 4.0
18+
* [node-redis (Node.js)](/docs/clients/nodejs/) >= 4.0
19+
* [redis-py (Python)](/docs/clients/python/) >= 4.0
1920

2021
## High-level client libraries
2122

0 commit comments

Comments
 (0)