summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/blmove.json1
-rw-r--r--src/commands/blpop.json1
-rw-r--r--src/commands/brpop.json1
-rw-r--r--src/commands/brpoplpush.json1
-rw-r--r--src/commands/bzpopmax.json1
-rw-r--r--src/commands/bzpopmin.json1
-rw-r--r--src/commands/wait.json1
7 files changed, 0 insertions, 7 deletions
diff --git a/src/commands/blmove.json b/src/commands/blmove.json
index cabcbbc7f..2445ccf45 100644
--- a/src/commands/blmove.json
+++ b/src/commands/blmove.json
@@ -9,7 +9,6 @@
"command_flags": [
"WRITE",
"DENYOOM",
- "NOSCRIPT",
"BLOCKING"
],
"acl_categories": [
diff --git a/src/commands/blpop.json b/src/commands/blpop.json
index 63625309b..1c7f3b7b9 100644
--- a/src/commands/blpop.json
+++ b/src/commands/blpop.json
@@ -14,7 +14,6 @@
],
"command_flags": [
"WRITE",
- "NOSCRIPT",
"BLOCKING"
],
"acl_categories": [
diff --git a/src/commands/brpop.json b/src/commands/brpop.json
index faea8b8c0..928f63967 100644
--- a/src/commands/brpop.json
+++ b/src/commands/brpop.json
@@ -14,7 +14,6 @@
],
"command_flags": [
"WRITE",
- "NOSCRIPT",
"BLOCKING"
],
"acl_categories": [
diff --git a/src/commands/brpoplpush.json b/src/commands/brpoplpush.json
index e959d0fe1..af8761666 100644
--- a/src/commands/brpoplpush.json
+++ b/src/commands/brpoplpush.json
@@ -20,7 +20,6 @@
"command_flags": [
"WRITE",
"DENYOOM",
- "NOSCRIPT",
"BLOCKING"
],
"acl_categories": [
diff --git a/src/commands/bzpopmax.json b/src/commands/bzpopmax.json
index f1f686179..ef0272320 100644
--- a/src/commands/bzpopmax.json
+++ b/src/commands/bzpopmax.json
@@ -14,7 +14,6 @@
],
"command_flags": [
"WRITE",
- "NOSCRIPT",
"FAST",
"BLOCKING"
],
diff --git a/src/commands/bzpopmin.json b/src/commands/bzpopmin.json
index 312f409e5..c378a3da9 100644
--- a/src/commands/bzpopmin.json
+++ b/src/commands/bzpopmin.json
@@ -14,7 +14,6 @@
],
"command_flags": [
"WRITE",
- "NOSCRIPT",
"FAST",
"BLOCKING"
],
diff --git a/src/commands/wait.json b/src/commands/wait.json
index 110c00af6..92ec4af3e 100644
--- a/src/commands/wait.json
+++ b/src/commands/wait.json
@@ -7,7 +7,6 @@
"arity": 3,
"function": "waitCommand",
"command_flags": [
- "NOSCRIPT"
],
"acl_categories": [
"CONNECTION"