summaryrefslogtreecommitdiffstats
path: root/src/commands/client-trackinginfo.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/client-trackinginfo.json')
-rw-r--r--src/commands/client-trackinginfo.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/commands/client-trackinginfo.json b/src/commands/client-trackinginfo.json
new file mode 100644
index 0000000..124c442
--- /dev/null
+++ b/src/commands/client-trackinginfo.json
@@ -0,0 +1,20 @@
+{
+ "TRACKINGINFO": {
+ "summary": "Return information about server assisted client side caching for the current connection",
+ "complexity": "O(1)",
+ "group": "connection",
+ "since": "6.2.0",
+ "arity": 2,
+ "container": "CLIENT",
+ "function": "clientCommand",
+ "command_flags": [
+ "NOSCRIPT",
+ "LOADING",
+ "STALE",
+ "SENTINEL"
+ ],
+ "acl_categories": [
+ "CONNECTION"
+ ]
+ }
+}