aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/src/commands/client-unpause.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/src/commands/client-unpause.json')
-rw-r--r--examples/redis-unstable/src/commands/client-unpause.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/redis-unstable/src/commands/client-unpause.json b/examples/redis-unstable/src/commands/client-unpause.json
deleted file mode 100644
index 6c55210..0000000
--- a/examples/redis-unstable/src/commands/client-unpause.json
+++ /dev/null
@@ -1,24 +0,0 @@
1{
2 "UNPAUSE": {
3 "summary": "Resumes processing commands from paused clients.",
4 "complexity": "O(N) Where N is the number of paused clients",
5 "group": "connection",
6 "since": "6.2.0",
7 "arity": 2,
8 "container": "CLIENT",
9 "function": "clientCommand",
10 "command_flags": [
11 "ADMIN",
12 "NOSCRIPT",
13 "LOADING",
14 "STALE",
15 "SENTINEL"
16 ],
17 "acl_categories": [
18 "CONNECTION"
19 ],
20 "reply_schema": {
21 "const": "OK"
22 }
23 }
24}