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/commands/replicaof/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
@@ -60,7 +60,7 @@ If a Redis server is already acting as replica, the command `REPLICAOF` NO ONE w
60
60
61
61
If a server is already a replica of some master, `REPLICAOF` hostname port will stop the replication against the old server and start the synchronization against the new one, discarding the old dataset.
62
62
63
-
The form `REPLICAOF` NO ONE will stop replication, turning the server into a MASTER, but will not discard the replication. So, if the old master stops working, it is possible to turn the replica into a master and set the application to use this new master in read/write. Later when the other Redis server is fixed, it can be reconfigured to work as a replica.
63
+
The form `REPLICAOF` NO ONE will stop replication, turning the server into a MASTER, but will not discard the already replicated data. So, if the old master stops working, it is possible to turn the replica into a master and set the application to use this new master in read/write. Later when the other Redis server is fixed, it can be reconfigured to work as a replica.
[Node.js]({{< relref "/integrate/redisom-for-node-js" >}}), and
@@ -56,7 +58,5 @@ You will need access to a Redis server to use these libraries.
56
58
You can experiment with a local installation of Redis Stack
57
59
(see [Install Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack/" >}})) or with a free trial of [Redis Cloud]({{< relref "/operate/rc" >}}).
58
60
To interact with a Redis server without writing code, use the
59
-
[Redis CLI]({{< relref "/develop/connect/cli" >}}) and
0 commit comments