summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/auth.json3
-rw-r--r--src/commands/discard.json3
-rw-r--r--src/commands/function-kill.json3
-rw-r--r--src/commands/function-stats.json3
-rw-r--r--src/commands/hello.json3
-rw-r--r--src/commands/multi.json3
-rw-r--r--src/commands/quit.json1
-rw-r--r--src/commands/replicaof.json1
-rw-r--r--src/commands/reset.json3
-rw-r--r--src/commands/script-kill.json3
-rw-r--r--src/commands/shutdown.json5
-rw-r--r--src/commands/unwatch.json3
-rw-r--r--src/commands/watch.json3
13 files changed, 25 insertions, 12 deletions
diff --git a/src/commands/auth.json b/src/commands/auth.json
index 7d6172484..ff5e4b285 100644
--- a/src/commands/auth.json
+++ b/src/commands/auth.json
@@ -18,7 +18,8 @@
"STALE",
"FAST",
"NO_AUTH",
- "SENTINEL"
+ "SENTINEL",
+ "ALLOW_BUSY"
],
"acl_categories": [
"CONNECTION"
diff --git a/src/commands/discard.json b/src/commands/discard.json
index 8e056b09d..56589a84f 100644
--- a/src/commands/discard.json
+++ b/src/commands/discard.json
@@ -10,7 +10,8 @@
"NOSCRIPT",
"LOADING",
"STALE",
- "FAST"
+ "FAST",
+ "ALLOW_BUSY"
],
"acl_categories": [
"TRANSACTION"
diff --git a/src/commands/function-kill.json b/src/commands/function-kill.json
index 43377d8b8..660158295 100644
--- a/src/commands/function-kill.json
+++ b/src/commands/function-kill.json
@@ -8,7 +8,8 @@
"container": "FUNCTION",
"function": "functionKillCommand",
"command_flags": [
- "NOSCRIPT"
+ "NOSCRIPT",
+ "ALLOW_BUSY"
],
"acl_categories": [
"SCRIPTING"
diff --git a/src/commands/function-stats.json b/src/commands/function-stats.json
index 1fed0f24f..dd2133bef 100644
--- a/src/commands/function-stats.json
+++ b/src/commands/function-stats.json
@@ -8,7 +8,8 @@
"container": "FUNCTION",
"function": "functionStatsCommand",
"command_flags": [
- "NOSCRIPT"
+ "NOSCRIPT",
+ "ALLOW_BUSY"
],
"acl_categories": [
"SCRIPTING"
diff --git a/src/commands/hello.json b/src/commands/hello.json
index 98b11c2b6..8e80a81cf 100644
--- a/src/commands/hello.json
+++ b/src/commands/hello.json
@@ -18,7 +18,8 @@
"STALE",
"FAST",
"NO_AUTH",
- "SENTINEL"
+ "SENTINEL",
+ "ALLOW_BUSY"
],
"acl_categories": [
"CONNECTION"
diff --git a/src/commands/multi.json b/src/commands/multi.json
index 0956af781..f1299a6f4 100644
--- a/src/commands/multi.json
+++ b/src/commands/multi.json
@@ -10,7 +10,8 @@
"NOSCRIPT",
"LOADING",
"STALE",
- "FAST"
+ "FAST",
+ "ALLOW_BUSY"
],
"acl_categories": [
"TRANSACTION"
diff --git a/src/commands/quit.json b/src/commands/quit.json
index 4f74056c9..cf13f1ee9 100644
--- a/src/commands/quit.json
+++ b/src/commands/quit.json
@@ -7,6 +7,7 @@
"arity": -1,
"function": "quitCommand",
"command_flags": [
+ "ALLOW_BUSY",
"NOSCRIPT",
"LOADING",
"STALE",
diff --git a/src/commands/replicaof.json b/src/commands/replicaof.json
index 805b81e4c..90ec59fed 100644
--- a/src/commands/replicaof.json
+++ b/src/commands/replicaof.json
@@ -9,6 +9,7 @@
"command_flags": [
"NO_ASYNC_LOADING",
"ADMIN",
+ "ALLOW_BUSY",
"NOSCRIPT",
"STALE"
],
diff --git a/src/commands/reset.json b/src/commands/reset.json
index fe2083cdd..40041cd8c 100644
--- a/src/commands/reset.json
+++ b/src/commands/reset.json
@@ -11,7 +11,8 @@
"LOADING",
"STALE",
"FAST",
- "NO_AUTH"
+ "NO_AUTH",
+ "ALLOW_BUSY"
],
"acl_categories": [
"CONNECTION"
diff --git a/src/commands/script-kill.json b/src/commands/script-kill.json
index 10bf1c7b0..674aac6d3 100644
--- a/src/commands/script-kill.json
+++ b/src/commands/script-kill.json
@@ -8,7 +8,8 @@
"container": "SCRIPT",
"function": "scriptCommand",
"command_flags": [
- "NOSCRIPT"
+ "NOSCRIPT",
+ "ALLOW_BUSY"
],
"acl_categories": [
"SCRIPTING"
diff --git a/src/commands/shutdown.json b/src/commands/shutdown.json
index 816eae781..94b2cf588 100644
--- a/src/commands/shutdown.json
+++ b/src/commands/shutdown.json
@@ -17,8 +17,9 @@
"NOSCRIPT",
"LOADING",
"STALE",
- "NO_MULTI",
- "SENTINEL"
+ "NO_MULTI",
+ "SENTINEL",
+ "ALLOW_BUSY"
],
"arguments": [
{
diff --git a/src/commands/unwatch.json b/src/commands/unwatch.json
index 86b3027d4..820ea5b93 100644
--- a/src/commands/unwatch.json
+++ b/src/commands/unwatch.json
@@ -10,7 +10,8 @@
"NOSCRIPT",
"LOADING",
"STALE",
- "FAST"
+ "FAST",
+ "ALLOW_BUSY"
],
"acl_categories": [
"TRANSACTION"
diff --git a/src/commands/watch.json b/src/commands/watch.json
index e2777e543..e167d17cf 100644
--- a/src/commands/watch.json
+++ b/src/commands/watch.json
@@ -10,7 +10,8 @@
"NOSCRIPT",
"LOADING",
"STALE",
- "FAST"
+ "FAST",
+ "ALLOW_BUSY"
],
"acl_categories": [
"TRANSACTION"