Skip to content

Commit

Permalink
change version to 8.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: zhaozhao.zz <[email protected]>
  • Loading branch information
soloestoy committed Nov 14, 2024
1 parent 6caadba commit 28bd4af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/commands/commandlog-get.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"summary": "Returns the specified command log's entries.",
"complexity": "O(N) where N is the number of entries returned",
"group": "server",
"since": "8.2.0",
"since": "8.1.0",
"arity": 4,
"container": "COMMANDLOG",
"function": "commandlogCommand",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/commandlog-help.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"summary": "Show helpful text about the different subcommands",
"complexity": "O(1)",
"group": "server",
"since": "8.2.0",
"since": "8.1.0",
"arity": 2,
"container": "COMMANDLOG",
"function": "commandlogCommand",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/commandlog-len.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"summary": "Returns the number of entries in the specified type of command log.",
"complexity": "O(1)",
"group": "server",
"since": "8.2.0",
"since": "8.1.0",
"arity": 3,
"container": "COMMANDLOG",
"function": "commandlogCommand",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/commandlog-reset.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"summary": "Clears all entries from the specified type of command log.",
"complexity": "O(N) where N is the number of entries in the commandlog",
"group": "server",
"since": "8.2.0",
"since": "8.1.0",
"arity": 3,
"container": "COMMANDLOG",
"function": "commandlogCommand",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/commandlog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"summary": "A container for command log commands.",
"complexity": "Depends on subcommand.",
"group": "server",
"since": "8.2.0",
"since": "8.1.0",
"arity": -2
}
}

0 comments on commit 28bd4af

Please sign in to comment.