You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/commands/client-trackinginfo/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ syntax_fmt: CLIENT TRACKINGINFO
29
29
syntax_str: ''
30
30
title: CLIENT TRACKINGINFO
31
31
---
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.
33
33
34
34
Here's the list of tracking information sections and their respective values:
Copy file name to clipboardExpand all lines: content/develop/clients/lettuce/connect.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ For connection pooling, Lettuce leverages `RedisClient` or `RedisClusterClient`,
176
176
A typical approach with Lettuce is to create a single `RedisClient` instance and reuse it to establish connections to your Redis server(s).
177
177
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.
178
178
See
179
-
[Connection pools and multiplexing]({{< relref "/develop/connect/clients/pools-and-muxing" >}})
179
+
[Connection pools and multiplexing]({{< relref "/develop/clients/pools-and-muxing" >}})
180
180
for more information.
181
181
182
182
Lettuce provides pool config to be used with Lettuce asynchronous connection methods.
0 commit comments