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:
Kyle J. Davis 2024-04-13 13:38:05 -06:00 committed by GitHub
parent 1c282a9306
commit eb7f5c4e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 0 additions and 6 deletions

View File

@ -7,7 +7,6 @@
"arity": -4,
"container": "ACL",
"function": "aclCommand",
"history": [],
"command_flags": [
"ADMIN",
"NOSCRIPT",

View File

@ -7,7 +7,6 @@
"arity": 2,
"container": "CLUSTER",
"function": "clusterCommand",
"history": [],
"command_flags": [
"STALE"
],

View File

@ -7,7 +7,6 @@
"arity": 2,
"container": "CLUSTER",
"function": "clusterCommand",
"history": [],
"command_flags": [
"LOADING",
"STALE"

View File

@ -5,7 +5,6 @@
"since": "1.0.0",
"arity": 1,
"function": "monitorCommand",
"history": [],
"command_flags": [
"ADMIN",
"NOSCRIPT",

View File

@ -6,7 +6,6 @@
"since": "1.0.0",
"arity": 3,
"function": "renameCommand",
"history": [],
"command_flags": [
"WRITE"
],

View File

@ -6,7 +6,6 @@
"since": "2.0.0",
"arity": -2,
"function": "subscribeCommand",
"history": [],
"command_flags": [
"PUBSUB",
"NOSCRIPT",