summaryrefslogtreecommitdiff
path: root/src/commands/memory-stats.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/memory-stats.json')
-rw-r--r--src/commands/memory-stats.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/commands/memory-stats.json b/src/commands/memory-stats.json
new file mode 100644
index 000000000..aaef41d61
--- /dev/null
+++ b/src/commands/memory-stats.json
@@ -0,0 +1,14 @@
+{
+ "STATS": {
+ "summary": "Show memory usage details",
+ "complexity": "O(1)",
+ "group": "server",
+ "since": "4.0.0",
+ "arity": 2,
+ "container": "MEMORY",
+ "function": "memoryCommand",
+ "command_tips": [
+ "NONDETERMINISTIC_OUTPUT"
+ ]
+ }
+}