Skip to content
Merged
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
8a3be11
undeprecated quit
stockholmux Aug 25, 2025
d0c6ef6
undeprecated georadius
stockholmux Aug 25, 2025
f9d8df6
undeprecated georadiusbymember
stockholmux Aug 25, 2025
438f816
undeprecated georadiusbymember_ro
stockholmux Aug 25, 2025
94f6b7c
undeprecated georadius_ro
stockholmux Aug 25, 2025
f0b17ec
undeprecated hmset
stockholmux Aug 25, 2025
f362dde
undeprecated brpoplpush
stockholmux Aug 25, 2025
23c3732
undeprecated rpoplpush
stockholmux Aug 26, 2025
dddea55
undeprecated slowlog
stockholmux Aug 26, 2025
74a43de
undeprecated zrangebylex
stockholmux Aug 26, 2025
543d466
undeprecated zrangebyscore
stockholmux Aug 26, 2025
93f733c
undeprecated zrevrangebylex
stockholmux Aug 26, 2025
80d1ff7
undeprecated getset
stockholmux Aug 26, 2025
45621e7
undeprecated psetex
stockholmux Aug 26, 2025
e3666f9
undeprecated setex
stockholmux Aug 26, 2025
9af6395
undeprecated setnx
stockholmux Aug 26, 2025
e8f4079
undeprecated substr
stockholmux Aug 26, 2025
833154d
removing replaced_by on non-deprecated commands
stockholmux Sep 3, 2025
660669a
Update src/commands/zrevrangebylex.json
stockholmux Sep 3, 2025
5a203af
Update src/commands/brpoplpush.json
stockholmux Sep 3, 2025
81280a2
Update src/commands/georadius.json
stockholmux Sep 3, 2025
edc5c4d
Update src/commands/georadius_ro.json
stockholmux Sep 3, 2025
5e1fcd1
Update src/commands/georadiusbymember_ro.json
stockholmux Sep 3, 2025
29b7b6e
Update src/commands/zrevrange.json
stockholmux Sep 3, 2025
32c274b
Update src/commands/zrangebyscore.json
stockholmux Sep 3, 2025
46327e1
Update src/commands/zrangebylex.json
stockholmux Sep 3, 2025
336ceae
Update src/commands/georadiusbymember.json
stockholmux Sep 3, 2025
366c629
Update src/commands/getset.json
stockholmux Sep 3, 2025
fa916bf
Update src/commands/substr.json
stockholmux Sep 3, 2025
fb8676a
Update src/commands/hmset.json
stockholmux Sep 3, 2025
4016eaa
Update src/commands/psetex.json
stockholmux Sep 3, 2025
aa14b79
Update src/commands/quit.json
stockholmux Sep 3, 2025
a78d71d
Update src/commands/slowlog.json
stockholmux Sep 3, 2025
c1ccbcd
Update src/commands/rpoplpush.json
stockholmux Sep 3, 2025
2676c36
Update src/commands/setex.json
stockholmux Sep 3, 2025
ab96e21
Update src/commands/setnx.json
stockholmux Sep 3, 2025
f217218
Update src/commands/slowlog-get.json
stockholmux Sep 3, 2025
064c0ed
Update src/commands/slowlog-help.json
stockholmux Sep 3, 2025
90121c4
Update src/commands/slowlog-len.json
stockholmux Sep 3, 2025
1f25dd3
Update src/commands/slowlog-reset.json
stockholmux Sep 3, 2025
ae19ac6
Update src/commands/slowlog.json
stockholmux Sep 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions src/commands.def

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions src/commands/brpoplpush.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
"`timeout` is interpreted as a double instead of an integer."
]
],
"deprecated_since": "6.2.0",
"replaced_by": "`BLMOVE` with the `RIGHT` and `LEFT` arguments",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"WRITE",
"DENYOOM",
Expand Down
5 changes: 0 additions & 5 deletions src/commands/georadius.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
"Added support for uppercase unit names."
]
],
"deprecated_since": "6.2.0",
"replaced_by": "`GEOSEARCH` and `GEOSEARCHSTORE` with the `BYRADIUS` argument",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"WRITE",
"DENYOOM"
Expand Down
5 changes: 0 additions & 5 deletions src/commands/georadius_ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
"Added support for uppercase unit names."
]
],
"deprecated_since": "6.2.0",
"replaced_by": "`GEOSEARCH` with the `BYRADIUS` argument",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"READONLY"
],
Expand Down
5 changes: 0 additions & 5 deletions src/commands/georadiusbymember.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
"Added support for uppercase unit names."
]
],
"deprecated_since": "6.2.0",
"replaced_by": "`GEOSEARCH` and `GEOSEARCHSTORE` with the `BYRADIUS` and `FROMMEMBER` arguments",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"WRITE",
"DENYOOM"
Expand Down
5 changes: 0 additions & 5 deletions src/commands/georadiusbymember_ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
"Added support for uppercase unit names."
]
],
"deprecated_since": "6.2.0",
"replaced_by": "`GEOSEARCH` with the `BYRADIUS` and `FROMMEMBER` arguments",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"READONLY"
],
Expand Down
5 changes: 0 additions & 5 deletions src/commands/getset.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"since": "1.0.0",
"arity": 3,
"function": "getsetCommand",
"deprecated_since": "6.2.0",
"replaced_by": "`SET` with the `!GET` argument",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"WRITE",
"DENYOOM",
Expand Down
5 changes: 0 additions & 5 deletions src/commands/hmset.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"since": "2.0.0",
"arity": -4,
"function": "hsetCommand",
"deprecated_since": "4.0.0",
"replaced_by": "`HSET` with multiple field-value pairs",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"WRITE",
"DENYOOM",
Expand Down
5 changes: 0 additions & 5 deletions src/commands/psetex.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"since": "2.6.0",
"arity": 4,
"function": "psetexCommand",
"deprecated_since": "2.6.12",
"replaced_by": "`SET` with the `PX` argument",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"WRITE",
"DENYOOM"
Expand Down
5 changes: 0 additions & 5 deletions src/commands/quit.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"since": "1.0.0",
"arity": -1,
"function": "quitCommand",
"deprecated_since": "7.2.0",
"replaced_by": "just closing the connection",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"ALLOW_BUSY",
"NOSCRIPT",
Expand Down
5 changes: 0 additions & 5 deletions src/commands/rpoplpush.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"since": "1.2.0",
"arity": 3,
"function": "rpoplpushCommand",
"deprecated_since": "6.2.0",
"replaced_by": "`LMOVE` with the `RIGHT` and `LEFT` arguments",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"WRITE",
"DENYOOM"
Expand Down
5 changes: 0 additions & 5 deletions src/commands/setex.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"since": "2.0.0",
"arity": 4,
"function": "setexCommand",
"deprecated_since": "2.6.12",
"replaced_by": "`SET` with the `EX` argument",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"WRITE",
"DENYOOM"
Expand Down
5 changes: 0 additions & 5 deletions src/commands/setnx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"since": "1.0.0",
"arity": 3,
"function": "setnxCommand",
"deprecated_since": "2.6.12",
"replaced_by": "`SET` with the `NX` argument",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"WRITE",
"DENYOOM",
Expand Down
5 changes: 0 additions & 5 deletions src/commands/slowlog-get.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"arity": -2,
"container": "SLOWLOG",
"function": "slowlogCommand",
"deprecated_since": "8.1.0",
"replaced_by": "`COMMANDLOG GET <count> SLOW`",
"doc_flags": [
"DEPRECATED"
],
"history": [
[
"4.0.0",
Expand Down
5 changes: 0 additions & 5 deletions src/commands/slowlog-help.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"arity": 2,
"container": "SLOWLOG",
"function": "slowlogCommand",
"deprecated_since": "8.1.0",
"replaced_by": "`COMMANDLOG HELP`",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"LOADING",
"STALE"
Expand Down
5 changes: 0 additions & 5 deletions src/commands/slowlog-len.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"arity": 2,
"container": "SLOWLOG",
"function": "slowlogCommand",
"deprecated_since": "8.1.0",
"replaced_by": "`COMMANDLOG LEN SLOW`",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"ADMIN",
"LOADING",
Expand Down
5 changes: 0 additions & 5 deletions src/commands/slowlog-reset.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"arity": 2,
"container": "SLOWLOG",
"function": "slowlogCommand",
"deprecated_since": "8.1.0",
"replaced_by": "`COMMANDLOG RESET SLOW`",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"ADMIN",
"LOADING",
Expand Down
5 changes: 0 additions & 5 deletions src/commands/slowlog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@
"group": "server",
"since": "2.2.12",
"arity": -2,
"deprecated_since": "8.1.0",
"replaced_by": "`COMMANDLOG`",
"doc_flags": [
"DEPRECATED"
]
}
}
5 changes: 0 additions & 5 deletions src/commands/substr.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"since": "1.0.0",
"arity": 4,
"function": "getrangeCommand",
"deprecated_since": "2.0.0",
"replaced_by": "`GETRANGE`",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"READONLY"
],
Expand Down
5 changes: 0 additions & 5 deletions src/commands/zrangebylex.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"since": "2.8.9",
"arity": -4,
"function": "zrangebylexCommand",
"deprecated_since": "6.2.0",
"replaced_by": "`ZRANGE` with the `BYLEX` argument",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"READONLY"
],
Expand Down
5 changes: 0 additions & 5 deletions src/commands/zrangebyscore.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
"Added the `WITHSCORES` modifier."
]
],
"deprecated_since": "6.2.0",
"replaced_by": "`ZRANGE` with the `BYSCORE` argument",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"READONLY"
],
Expand Down
5 changes: 0 additions & 5 deletions src/commands/zrevrange.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"since": "1.2.0",
"arity": -4,
"function": "zrevrangeCommand",
"deprecated_since": "6.2.0",
"replaced_by": "`ZRANGE` with the `REV` argument",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"READONLY"
],
Expand Down
5 changes: 0 additions & 5 deletions src/commands/zrevrangebylex.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"since": "2.8.9",
"arity": -4,
"function": "zrevrangebylexCommand",
"deprecated_since": "6.2.0",
"replaced_by": "`ZRANGE` with the `REV` and `BYLEX` arguments",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"READONLY"
],
Expand Down
5 changes: 0 additions & 5 deletions src/commands/zrevrangebyscore.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
"`min` and `max` can be exclusive."
]
],
"deprecated_since": "6.2.0",
"replaced_by": "`ZRANGE` with the `REV` and `BYSCORE` arguments",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [
"READONLY"
],
Expand Down
Loading