diff options
Diffstat (limited to 'src/commands/readwrite.json')
-rw-r--r-- | src/commands/readwrite.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/commands/readwrite.json b/src/commands/readwrite.json new file mode 100644 index 0000000..81e505f --- /dev/null +++ b/src/commands/readwrite.json @@ -0,0 +1,18 @@ +{ + "READWRITE": { + "summary": "Disables read queries for a connection to a cluster replica node", + "complexity": "O(1)", + "group": "cluster", + "since": "3.0.0", + "arity": 1, + "function": "readwriteCommand", + "command_flags": [ + "FAST", + "LOADING", + "STALE" + ], + "acl_categories": [ + "CONNECTION" + ] + } +} |