Skip to content

Commit daf2053

Browse files
DOC-4543 small fixes
1 parent 9e5fb11 commit daf2053

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

content/develop/clients/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
- clients
1313
hideListLinks: true
1414
description: Connect your application to a Redis database and try an example
15-
linkTitle: Client APIs 👩🏻‍💻
15+
linkTitle: Client APIs
1616
title: Connect with Redis client API libraries
1717
weight: 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

3535
We also provide several higher-level
3636
[object mapping (OM)]({{< relref "/develop/clients/om-clients" >}})

content/develop/tools/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
categories:
3+
aliases:
34
- docs
45
- develop
56
- stack
@@ -12,7 +13,7 @@ categories:
1213
description: Tools to interact with a Redis server
1314
linkTitle: Client tools
1415
hideListLinks: true
15-
title: Redis tools
16+
title: Client tools
1617
weight: 25
1718
---
1819

@@ -21,7 +22,7 @@ manage it and interact with the data:
2122

2223
* The [`redis-cli`](#redis-command-line-interface-cli) command line tool
2324
* [Redis Insight](#redis-insight) (a graphical user interface tool)
24-
* The Redis VSCode extension
25+
* The Redis [VSCode extension](#redis-vscode-extension)
2526

2627
## Redis command line interface (CLI)
2728

0 commit comments

Comments
 (0)