summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2022-06-23 14:59:14 +0800
committerlaixintao <laixintaoo@gmail.com>2022-06-23 14:59:14 +0800
commitb9d42dbf6070917c7cb0bef3a63a9ee307c4b1f5 (patch)
tree29c62a17ddf878c573f24678bc6eb202e941416f
parentfb6763ca7615870dbd457eb2b853f0627f97e43b (diff)
eval_ro
-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 85f1e14..96d0bdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
- Feature: `CLIENT TRACKING` support multiple prefixes.
- Feature: support new command: `CLIENT TRACKINGINFO`.
- Feature: support new command: `COPY`.
+- Feature: support new command: `EVAL_RO`.
## 1.11.1
diff --git a/iredis/data/command_syntax.csv b/iredis/data/command_syntax.csv
index 3fd2a4f..9d0d498 100644
--- a/iredis/data/command_syntax.csv
+++ b/iredis/data/command_syntax.csv
@@ -118,6 +118,7 @@ pubsub,PUNSUBSCRIBE,command_channels,render_subscribe
pubsub,SUBSCRIBE,command_channels,render_subscribe
pubsub,UNSUBSCRIBE,command_channels,render_subscribe
scripting,EVAL,command_lua_any,render_list_or_string
+scripting,EVAL_RO,command_lua_any,render_list_or_string
scripting,EVALSHA,command_any,render_list_or_string
scripting,SCRIPT DEBUG,command_scriptdebug,render_simple_string
scripting,SCRIPT EXISTS,command_any,render_list