mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 16:46:15 +00:00
Removes empty history arrays in json (#317)
Fixes #241 Removes the empty `history` arrays in 6 command JSON files. This normalizes these 6 with the rest of the command JSON which omit the `history` array entirely when there is no history. This makes parsing these files slightly less annoying in languages where empty arrays are falsey. Signed-off-by: Kyle J. Davis <kyledvs@amazon.com>
This commit is contained in:
parent
1c282a9306
commit
eb7f5c4e0a
@ -7,7 +7,6 @@
|
||||
"arity": -4,
|
||||
"container": "ACL",
|
||||
"function": "aclCommand",
|
||||
"history": [],
|
||||
"command_flags": [
|
||||
"ADMIN",
|
||||
"NOSCRIPT",
|
||||
|
@ -7,7 +7,6 @@
|
||||
"arity": 2,
|
||||
"container": "CLUSTER",
|
||||
"function": "clusterCommand",
|
||||
"history": [],
|
||||
"command_flags": [
|
||||
"STALE"
|
||||
],
|
||||
|
@ -7,7 +7,6 @@
|
||||
"arity": 2,
|
||||
"container": "CLUSTER",
|
||||
"function": "clusterCommand",
|
||||
"history": [],
|
||||
"command_flags": [
|
||||
"LOADING",
|
||||
"STALE"
|
||||
|
@ -5,7 +5,6 @@
|
||||
"since": "1.0.0",
|
||||
"arity": 1,
|
||||
"function": "monitorCommand",
|
||||
"history": [],
|
||||
"command_flags": [
|
||||
"ADMIN",
|
||||
"NOSCRIPT",
|
||||
|
@ -6,7 +6,6 @@
|
||||
"since": "1.0.0",
|
||||
"arity": 3,
|
||||
"function": "renameCommand",
|
||||
"history": [],
|
||||
"command_flags": [
|
||||
"WRITE"
|
||||
],
|
||||
|
@ -6,7 +6,6 @@
|
||||
"since": "2.0.0",
|
||||
"arity": -2,
|
||||
"function": "subscribeCommand",
|
||||
"history": [],
|
||||
"command_flags": [
|
||||
"PUBSUB",
|
||||
"NOSCRIPT",
|
||||
|
Loading…
Reference in New Issue
Block a user