@@ -16,14 +16,19 @@ weight: 45
1616---
1717
1818Use the Redis client libraries to connect to Redis servers from
19- your own code. We document client libraries
19+ your own code. We document the following client libraries
2020for six main languages:
21- - [ Python] ({{< relref "/develop/connect/clients/python" >}})
22- - [ C#/.NET] ({{< relref "/develop/connect/clients/dotnet" >}})
23- - [ Node.js] ({{< relref "/develop/connect/clients/nodejs" >}})
24- - [ Java] ({{< relref "/develop/connect/clients/java" >}})
25- - [ Go] ({{< relref "/develop/connect/clients/go" >}})
26- - [ PHP] ({{< relref "/develop/connect/clients/php" >}})
21+
22+ | Language | Client name | Docs | Supported |
23+ | :-- | :-- | :-- | :-- |
24+ | [ Python] ( https://www.python.org/ ) | [ ` redis-py ` ] ( https://github.com/redis/redis-py ) | [ Redis Python library guide] ({{< relref "/develop/connect/clients/python/redis-py" >}}) | Yes |
25+ | [ Python] ( https://www.python.org/ ) | [ ` RedisVL ` ] ( https://github.com/redis/redis-vl-python ) |[ RedisVL guide] ({{< relref "/integrate/redisvl" >}}) | Yes
26+ | [ C#/.NET] ( https://learn.microsoft.com/en-us/dotnet/csharp/ ) | [ ` NRedisStack ` ] ( https://github.com/redis/NRedisStack ) | [ C#/.NET guide] ({{< relref "/develop/connect/clients/dotnet" >}}) | Yes |
27+ | [ Node.js] ( https://nodejs.org/en ) | [ ` node-redis ` ] ( https://github.com/redis/node-redis ) | [ Node.js guide] ({{< relref "/develop/connect/clients/nodejs" >}}) | Yes |
28+ | [ Java] ( https://www.java.com/en/ ) | [ ` Jedis ` ] ( https://github.com/redis/jedis ) | [ Jedis guide] ({{< relref "/develop/connect/clients/java/jedis" >}}) | Yes |
29+ | [ Java] ( https://www.java.com/en/ ) | [ ` Lettuce ` ] ( https://github.com/redis/lettuce ) | [ Lettuce guide] ({{< relref "/develop/connect/clients/java/lettuce" >}}) | Yes |
30+ | [ Go] ( https://go.dev/ ) | [ ` go-redis ` ] ( https://github.com/redis/go-redis ) | [ Go guide] ({{< relref "/develop/connect/clients/go" >}}) | Yes |
31+ | [ PHP] ( https://www.php.net/ ) | [ ` Predis ` ] ( https://github.com/predis/predis ) | [ PHP guide] ({{< relref "/develop/connect/clients/php" >}}) | No |
2732
2833We also provide several higher-level
2934[ object mapping (OM)] ({{< relref "/develop/connect/clients/om-clients" >}})
0 commit comments