@@ -12,7 +12,7 @@ categories:
1212- clients 
1313hideListLinks : true 
1414description : Connect your application to a Redis database and try an example 
15- linkTitle : Client APIs 👩🏻💻  
15+ linkTitle : Client APIs 
1616title : Connect with Redis client API libraries 
1717weight : 30 
1818--- 
@@ -23,14 +23,14 @@ for six main languages:
2323
2424|  Language |  Client name |  Docs |  Supported | 
2525|  :-- |  :-- |  :-- |  :-- | 
26- |  [ Python] ( https://www.python.org/ )  |  [ ` redis-py ` ] ( https://github.com/redis/redis-py )  | [ Redis Python library  guide] ({{< relref "/develop/clients/redis-py" >}}) |  Yes | 
26+ |  [ Python] ( https://www.python.org/ )  |  [ ` redis-py ` ] ( https://github.com/redis/redis-py )  | [ ` redis-py `  guide] ({{< relref "/develop/clients/redis-py" >}}) |  Yes | 
2727| [ Python] ( https://www.python.org/ )  | [ ` RedisVL ` ] ( https://github.com/redis/redis-vl-python )  |[ RedisVL guide] ({{< relref "/integrate/redisvl" >}}) | Yes 
28- |  [ C#/.NET] ( https://learn.microsoft.com/en-us/dotnet/csharp/ )  |  [ ` NRedisStack ` ] ( https://github.com/redis/NRedisStack )  | [ C#/.NET  guide] ({{< relref "/develop/clients/dotnet" >}}) |  Yes | 
29- |  [ Node.js] ( https://nodejs.org/en )  |  [ ` node-redis ` ] ( https://github.com/redis/node-redis )  |  [ Node.js  guide] ({{< relref "/develop/clients/nodejs" >}}) |  Yes | 
30- |  [ Java] ( https://www.java.com/en/ )  |  [ ` Jedis ` ] ( https://github.com/redis/jedis )  |  [ Jedis guide] ({{< relref "/develop/clients/jedis" >}}) |   Yes | 
31- |  [ Java] ( https://www.java.com/en/ )  |  [ ` Lettuce ` ] ( https://github.com/redis/lettuce )  |  [ Lettuce guide] ({{< relref "/develop/clients/lettuce" >}}) |  Yes | 
32- |  [ Go] ( https://go.dev/ )  |  [ ` go-redis ` ] ( https://github.com/redis/go-redis )  |  [ Go  guide] ({{< relref "/develop/clients/go" >}}) |  Yes | 
33- |  [ PHP] ( https://www.php.net/ ) |  [ ` Predis ` ] ( https://github.com/predis/predis )  |  [ PHP  guide] ({{< relref "/develop/clients/php" >}}) |  No | 
28+ |  [ C#/.NET] ( https://learn.microsoft.com/en-us/dotnet/csharp/ )  |  [ ` NRedisStack ` ] ( https://github.com/redis/NRedisStack )  | [ ` NRedisStack `  guide] ({{< relref "/develop/clients/dotnet" >}}) |  Yes | 
29+ |  [ Node.js] ( https://nodejs.org/en )  |  [ ` node-redis ` ] ( https://github.com/redis/node-redis )  |  [ ` node-redis `  guide] ({{< relref "/develop/clients/nodejs" >}}) |  Yes | 
30+ |  [ Java] ( https://www.java.com/en/ )  |  [ ` Jedis ` ] ( https://github.com/redis/jedis )  |  [ ` Jedis `  guide] ({{< relref "/develop/clients/jedis" >}}) |   Yes | 
31+ |  [ Java] ( https://www.java.com/en/ )  |  [ ` Lettuce ` ] ( https://github.com/redis/lettuce )  |  [ ` Lettuce `  guide] ({{< relref "/develop/clients/lettuce" >}}) |  Yes | 
32+ |  [ Go] ( https://go.dev/ )  |  [ ` go-redis ` ] ( https://github.com/redis/go-redis )  |  [ ` go-redis `  guide] ({{< relref "/develop/clients/go" >}}) |  Yes | 
33+ |  [ PHP] ( https://www.php.net/ ) |  [ ` Predis ` ] ( https://github.com/predis/predis )  |  [ ` Predis `  guide] ({{< relref "/develop/clients/php" >}}) |  No | 
3434
3535We also provide several higher-level
3636[ object mapping (OM)] ({{< relref "/develop/clients/om-clients" >}})
0 commit comments