diff options
Diffstat (limited to 'examples/redis-unstable/src/commands/replconf.json')
| -rw-r--r-- | examples/redis-unstable/src/commands/replconf.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/redis-unstable/src/commands/replconf.json b/examples/redis-unstable/src/commands/replconf.json deleted file mode 100644 index e8efc7b..0000000 --- a/examples/redis-unstable/src/commands/replconf.json +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | { | ||
| 2 | "REPLCONF": { | ||
| 3 | "summary": "An internal command for configuring the replication stream.", | ||
| 4 | "complexity": "O(1)", | ||
| 5 | "group": "server", | ||
| 6 | "since": "3.0.0", | ||
| 7 | "arity": -1, | ||
| 8 | "function": "replconfCommand", | ||
| 9 | "doc_flags": [ | ||
| 10 | "SYSCMD" | ||
| 11 | ], | ||
| 12 | "command_flags": [ | ||
| 13 | "ADMIN", | ||
| 14 | "NOSCRIPT", | ||
| 15 | "LOADING", | ||
| 16 | "STALE", | ||
| 17 | "ALLOW_BUSY" | ||
| 18 | ], | ||
| 19 | "reply_schema": { | ||
| 20 | "const": "OK" | ||
| 21 | } | ||
| 22 | } | ||
| 23 | } | ||
