summaryrefslogtreecommitdiffstats
path: root/src/commands/function-stats.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/commands/function-stats.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/commands/function-stats.json b/src/commands/function-stats.json
new file mode 100644
index 0000000..0d055b6
--- /dev/null
+++ b/src/commands/function-stats.json
@@ -0,0 +1,23 @@
+{
+ "STATS": {
+ "summary": "Return information about the function currently running (name, description, duration)",
+ "complexity": "O(1)",
+ "group": "scripting",
+ "since": "7.0.0",
+ "arity": 2,
+ "container": "FUNCTION",
+ "function": "functionStatsCommand",
+ "command_flags": [
+ "NOSCRIPT",
+ "ALLOW_BUSY"
+ ],
+ "acl_categories": [
+ "SCRIPTING"
+ ],
+ "command_tips": [
+ "NONDETERMINISTIC_OUTPUT",
+ "REQUEST_POLICY:ALL_SHARDS",
+ "RESPONSE_POLICY:SPECIAL"
+ ]
+ }
+}