summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2022-06-25 23:48:51 +0800
committerlaixintao <laixintaoo@gmail.com>2022-06-25 23:48:51 +0800
commit814614720e7e8f5d1896691efeaf750cef9bb2d3 (patch)
tree5dda08f8c61e0fb848f27bd4392930012c22522c
parent94c6c1f7a803a3dceb3be3a6bb959589050f8324 (diff)
GETDEL
-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 0d80536..a0d7118 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
- Feature: support new command: `FAILOVER`.
- Feature: support new command: `GEOSEARCH`.
- Feature: support new command: `GEOSEARCHRESTORE`.
+- Feature: support new command: `GETDEL`.
- Feature: `FLUSHDB` and `FLUSHALL` supports `SYNC` option.
- Feature: `GEOADD` supports `CH XX NX` options.
- Deprecate: `GEORADIUS` is deprecated, no auto-complete for this command anymore.
diff --git a/iredis/data/command_syntax.csv b/iredis/data/command_syntax.csv
index b68559a..68fde06 100644
--- a/iredis/data/command_syntax.csv
+++ b/iredis/data/command_syntax.csv
@@ -248,6 +248,7 @@ string,DECR,command_key,render_int
string,DECRBY,command_key_delta,render_int
string,GET,command_key,render_bulk_string
string,GETBIT,command_key_offset,render_int
+string,GETDEL,command_key,render_bulk_string
string,GETRANGE,command_key_start_end,render_bulk_string
string,GETSET,command_key_value,render_bulk_string
string,INCR,command_key,render_int