summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/client-trackinginfo.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
commit7480e618ec785ba8a1c74c8a150cffe5880fb3bb (patch)
tree87422376dd9a7eee55850f0fce9a8bb4c13e44a2 /iredis/data/commands/client-trackinginfo.md
parentAdding upstream version 1.12.1. (diff)
downloadiredis-df49d7c38b2b8498c93215691d16403b32becec8.tar.xz
iredis-df49d7c38b2b8498c93215691d16403b32becec8.zip
Adding upstream version 1.13.0.upstream/1.13.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'iredis/data/commands/client-trackinginfo.md')
-rw-r--r--iredis/data/commands/client-trackinginfo.md35
1 files changed, 14 insertions, 21 deletions
diff --git a/iredis/data/commands/client-trackinginfo.md b/iredis/data/commands/client-trackinginfo.md
index 55dc577..82de43e 100644
--- a/iredis/data/commands/client-trackinginfo.md
+++ b/iredis/data/commands/client-trackinginfo.md
@@ -1,25 +1,18 @@
-The command returns information about the current client connection's use of the
-[server assisted client side caching](/topics/client-side-caching) feature.
+The command returns information about the current client connection's use of the [server assisted client side caching](/topics/client-side-caching) feature.
@return
-@array-reply: a list of tracking information sections and their respective
-values, specifically:
+@array-reply: a list of tracking information sections and their respective values, specifically:
-- **flags**: A list of tracking flags used by the connection. The flags and
- their meanings are as follows:
- - `off`: The connection isn't using server assisted client side caching.
- - `on`: Server assisted client side caching is enabled for the connection.
- - `bcast`: The client uses broadcasting mode.
- - `optin`: The client does not cache keys by default.
- - `optout`: The client caches keys by default.
- - `caching-yes`: The next command will cache keys (exists only together with
- `optin`).
- - `caching-no`: The next command won't cache keys (exists only together with
- `optout`).
- - `noloop`: The client isn't notified about keys modified by itself.
- - `broken_redirect`: The client ID used for redirection isn't valid anymore.
-- **redirect**: The client ID used for notifications redirection, or -1 when
- none.
-- **prefixes**: A list of key prefixes for which notifications are sent to the
- client.
+* **flags**: A list of tracking flags used by the connection. The flags and their meanings are as follows:
+ * `off`: The connection isn't using server assisted client side caching.
+ * `on`: Server assisted client side caching is enabled for the connection.
+ * `bcast`: The client uses broadcasting mode.
+ * `optin`: The client does not cache keys by default.
+ * `optout`: The client caches keys by default.
+ * `caching-yes`: The next command will cache keys (exists only together with `optin`).
+ * `caching-no`: The next command won't cache keys (exists only together with `optout`).
+ * `noloop`: The client isn't notified about keys modified by itself.
+ * `broken_redirect`: The client ID used for redirection isn't valid anymore.
+* **redirect**: The client ID used for notifications redirection, or -1 when none.
+* **prefixes**: A list of key prefixes for which notifications are sent to the client.