Skip to content

Commit 27993f2

Browse files
DOC-4543 fix links to client section pages
1 parent 0d555ea commit 27993f2

File tree

19 files changed

+43
-43
lines changed

19 files changed

+43
-43
lines changed

content/commands/client-caching/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ title: CLIENT CACHING
4343
This command controls the tracking of the keys in the next command executed
4444
by the connection, when tracking is enabled in `OPTIN` or `OPTOUT` mode.
4545
Please check the
46-
[client side caching documentation]({{< relref "/develop/connect/clients/client-side-caching" >}}) for
46+
[client side caching documentation]({{< relref "/develop/clients/client-side-caching" >}}) for
4747
background information.
4848

4949
When tracking is enabled Redis, using the [`CLIENT TRACKING`]({{< relref "/commands/client-tracking" >}}) command, it is

content/commands/client-trackinginfo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ syntax_fmt: CLIENT TRACKINGINFO
2929
syntax_str: ''
3030
title: CLIENT TRACKINGINFO
3131
---
32-
The command returns information about the current client connection's use of the [server assisted client side caching]({{< relref "/develop/connect/clients/client-side-caching" >}}) feature.
32+
The command returns information about the current client connection's use of the [server assisted client side caching]({{< relref "/develop/clients/client-side-caching" >}}) feature.
3333

3434
Here's the list of tracking information sections and their respective values:
3535

content/develop/clients/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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/connect/clients/python/redis-py" >}}) | Yes |
26+
| [Python](https://www.python.org/) | [`redis-py`](https://github.com/redis/redis-py) |[Redis Python library 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/connect/clients/dotnet" >}}) | Yes |
29-
| [Node.js](https://nodejs.org/en) | [`node-redis`](https://github.com/redis/node-redis) | [Node.js guide]({{< relref "/develop/connect/clients/nodejs" >}}) | Yes |
30-
| [Java](https://www.java.com/en/) | [`Jedis`](https://github.com/redis/jedis) | [Jedis guide]({{< relref "/develop/connect/clients/java/jedis" >}}) | Yes |
31-
| [Java](https://www.java.com/en/) | [`Lettuce`](https://github.com/redis/lettuce) | [Lettuce guide]({{< relref "/develop/connect/clients/java/lettuce" >}}) | Yes |
32-
| [Go](https://go.dev/) | [`go-redis`](https://github.com/redis/go-redis) | [Go guide]({{< relref "/develop/connect/clients/go" >}}) | Yes |
33-
| [PHP](https://www.php.net/)| [`Predis`](https://github.com/predis/predis) | [PHP guide]({{< relref "/develop/connect/clients/php" >}}) | No |
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 |
3434

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

content/develop/clients/jedis/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ weight: 5
1717
---
1818

1919
[Jedis](https://github.com/redis/jedis) is a synchronous Java client for Redis.
20-
Use [Lettuce]({{< relref "/develop/connect/clients/java/lettuce" >}}) if you need
20+
Use [Lettuce]({{< relref "/develop/clients/lettuce" >}}) if you need
2121
a more advanced Java client that also supports asynchronous and reactive connections.
2222
The sections below explain how to install `Jedis` and connect your application
2323
to a Redis database.

content/develop/clients/jedis/connect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public class Main {
151151

152152
Client-side caching is a technique to reduce network traffic between
153153
the client and server, resulting in better performance. See
154-
[Client-side caching introduction]({{< relref "/develop/connect/clients/client-side-caching" >}})
154+
[Client-side caching introduction]({{< relref "/develop/clients/client-side-caching" >}})
155155
for more information about how client-side caching works and how to use it effectively.
156156

157157
To enable client-side caching, specify the
@@ -274,7 +274,7 @@ one of its open connections. When you subsequently close the same connection,
274274
it is not actually closed but simply returned to the pool for reuse.
275275
This avoids the overhead of repeated connecting and disconnecting.
276276
See
277-
[Connection pools and multiplexing]({{< relref "/develop/connect/clients/pools-and-muxing" >}})
277+
[Connection pools and multiplexing]({{< relref "/develop/clients/pools-and-muxing" >}})
278278
for more information.
279279

280280
Use the following code to connect with a connection pool:

content/develop/clients/lettuce/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ weight: 6
1919
[Lettuce](https://github.com/redis/lettuce/tree/main/src/main) is an advanced Java client for Redis
2020
that supports synchronous, asynchronous, and reactive connections.
2121
If you only need synchronous connections then you may find the other Java client
22-
[Jedis]({{< relref "/develop/connect/clients/java/jedis" >}}) easier to use.
22+
[Jedis]({{< relref "/develop/clients/jedis" >}}) easier to use.
2323

2424
The sections below explain how to install `Lettuce` and connect your application
2525
to a Redis database.

content/develop/clients/lettuce/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ For connection pooling, Lettuce leverages `RedisClient` or `RedisClusterClient`,
176176
A typical approach with Lettuce is to create a single `RedisClient` instance and reuse it to establish connections to your Redis server(s).
177177
These connections are multiplexed; that is, multiple commands can be run concurrently over a single or a small set of connections, making explicit pooling less practical.
178178
See
179-
[Connection pools and multiplexing]({{< relref "/develop/connect/clients/pools-and-muxing" >}})
179+
[Connection pools and multiplexing]({{< relref "/develop/clients/pools-and-muxing" >}})
180180
for more information.
181181

182182
Lettuce provides pool config to be used with Lettuce asynchronous connection methods.

content/develop/clients/pools-and-muxing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ code by making as few separate connections as possible.
2727
Managing connections in your own code can be tricky, so the Redis
2828
client libraries give you some help. The two basic approaches to
2929
connection management are called *connection pooling* and *multiplexing*.
30-
The [`redis-py`]({{< relref "/develop/connect/clients/python/redis-py" >}}),
31-
[`jedis`]({{< relref "/develop/connect/clients/java/jedis" >}}), and
32-
[`go-redis`]({{< relref "/develop/connect/clients/go" >}}) clients support
30+
The [`redis-py`]({{< relref "/develop/clients/redis-py" >}}),
31+
[`jedis`]({{< relref "/develop/clients/jedis" >}}), and
32+
[`go-redis`]({{< relref "/develop/clients/go" >}}) clients support
3333
connection pooling, while
34-
[`NRedisStack`]({{< relref "/develop/connect/clients/dotnet" >}})
34+
[`NRedisStack`]({{< relref "/develop/clients/dotnet" >}})
3535
supports multiplexing.
36-
[`Lettuce`]({{< relref "/develop/connect/clients/java/lettuce" >}})
36+
[`Lettuce`]({{< relref "/develop/clients/lettuce" >}})
3737
supports both approaches.
3838

3939
## Connection pooling

content/develop/clients/redis-py/connect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ For more information, see [redis-py TLS examples](https://redis-py.readthedocs.i
9595

9696
Client-side caching is a technique to reduce network traffic between
9797
the client and server, resulting in better performance. See
98-
[Client-side caching introduction]({{< relref "/develop/connect/clients/client-side-caching" >}})
98+
[Client-side caching introduction]({{< relref "/develop/clients/client-side-caching" >}})
9999
for more information about how client-side caching works and how to use it effectively.
100100

101101
To enable client-side caching, add some extra parameters when you connect
@@ -214,7 +214,7 @@ one of its open connections. When you subsequently close the same connection,
214214
it is not actually closed but simply returned to the pool for reuse.
215215
This avoids the overhead of repeated connecting and disconnecting.
216216
See
217-
[Connection pools and multiplexing]({{< relref "/develop/connect/clients/pools-and-muxing" >}})
217+
[Connection pools and multiplexing]({{< relref "/develop/clients/pools-and-muxing" >}})
218218
for more information.
219219

220220
Use the following code to connect with a connection pool:

content/develop/data-types/timeseries/clients.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The table below shows the client libraries that support Redis time series:
2222
| Language | Client |
2323
| :-- | :-- |
2424
| Python | [redis-py]({{< relref "/develop/connect/clients/python" >}}) |
25-
| JavaScript | [node-redis]({{< relref "/develop/connect/clients/nodejs" >}}) |
26-
| Java | [Jedis]({{< relref "/develop/connect/clients/java/jedis" >}}) |
27-
| C#/.NET | [NRedisStack]({{< relref "/develop/connect/clients/dotnet" >}}) |
25+
| JavaScript | [node-redis]({{< relref "/develop/clients/nodejs" >}}) |
26+
| Java | [Jedis]({{< relref "/develop/clients/jedis" >}}) |
27+
| C#/.NET | [NRedisStack]({{< relref "/develop/clients/dotnet" >}}) |
2828
| Go | [redistimeseries-go](https://github.com/RedisTimeSeries/redistimeseries-go/)

0 commit comments

Comments
 (0)