summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2022-06-23 00:15:38 +0800
committerlaixintao <laixintaoo@gmail.com>2022-06-23 00:15:38 +0800
commit6ffbab4ac7efa4c74fde667e0d047881eba7692e (patch)
treef5a3c701d96aad1ed8ce742e8dc2650fe62b7b60
parentede14635f0f91342ce96c5f9d726d0e78a8e8118 (diff)
client tracing info.
-rw-r--r--CHANGELOG.md1
-rw-r--r--iredis/data/command_syntax.csv1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a20e8eb..edab4fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
- Feature: `CLIENT LIST` now support `ID` argument.
- Feature: `CLIENT PAUSE` support options and added `CLIENT UNPAUSE` command.
- Feature: `CLIENT TRACKING` support multiple prefixes.
+- Feature: new command: `CLIENT TRACKINGINFO`.
## 1.11.1
diff --git a/iredis/data/command_syntax.csv b/iredis/data/command_syntax.csv
index 0c791b8..04e8d88 100644
--- a/iredis/data/command_syntax.csv
+++ b/iredis/data/command_syntax.csv
@@ -32,6 +32,7 @@ connection,SELECT,command_index,render_simple_string
connection,CLIENT CACHING,command_yes,render_simple_string
connection,CLIENT GETREDIR,command,render_int
connection,CLIENT TRACKING,command_client_tracking,render_simple_string
+connection,CLIENT TRACKINGINFO,command,render_list
connection,CLIENT LIST,command_client_list,render_bulk_string_decode
connection,CLIENT GETNAME,command,render_bulk_string
connection,CLIENT ID,command,render_int