aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/object.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/object.json')
-rw-r--r--examples/redis-unstable/src/commands/object.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/redis-unstable/src/commands/object.json b/examples/redis-unstable/src/commands/object.json
new file mode 100644
index 0000000..14be26b
--- /dev/null
+++ b/examples/redis-unstable/src/commands/object.json
@@ -0,0 +1,9 @@
1{
2 "OBJECT": {
3 "summary": "A container for object introspection commands.",
4 "complexity": "Depends on subcommand.",
5 "group": "generic",
6 "since": "2.2.3",
7 "arity": -2
8 }
9}