summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/readwrite.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/readwrite.json')
-rw-r--r--examples/redis-unstable/src/commands/readwrite.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/redis-unstable/src/commands/readwrite.json b/examples/redis-unstable/src/commands/readwrite.json
deleted file mode 100644
index 440dd59..0000000
--- a/examples/redis-unstable/src/commands/readwrite.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "READWRITE": {
- "summary": "Enables read-write queries for a connection to a Reids Cluster replica node.",
- "complexity": "O(1)",
- "group": "cluster",
- "since": "3.0.0",
- "arity": 1,
- "function": "readwriteCommand",
- "command_flags": [
- "FAST",
- "LOADING",
- "STALE"
- ],
- "acl_categories": [
- "CONNECTION"
- ],
- "reply_schema": {
- "const": "OK"
- }
- }
-}