Skip to content

Commit

Permalink
Update src/commands/script-dump.json
Browse files Browse the repository at this point in the history
Co-authored-by: Madelyn Olson <madelyneolson@gmail.com>
  • Loading branch information
kukey and madolson authored Jun 10, 2024
1 parent f22bd20 commit 93c102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/script-dump.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"summary": "Dump server-side Lua scripts in the script cache.",
"complexity": "O(N) with N being the number of scripts to check (so checking a single script is an O(1) operation).",
"group": "scripting",
"since": "7.2.4",
"since": "8.0.0",
"arity": -3,
"container": "SCRIPT",
"function": "scriptCommand",
Expand Down

0 comments on commit 93c102e

Please sign in to comment.