diff --git a/content/commands/ft._list/index.md b/content/commands/ft._list/index.md index 8bfc8ff131..8599080c2d 100644 --- a/content/commands/ft._list/index.md +++ b/content/commands/ft._list/index.md @@ -1,7 +1,7 @@ --- acl_categories: -- '@search' - '@admin' +- '@search' - '@slow' categories: - docs diff --git a/content/commands/ft.aliasadd/index.md b/content/commands/ft.aliasadd/index.md index 41d860d361..781d1ea32b 100644 --- a/content/commands/ft.aliasadd/index.md +++ b/content/commands/ft.aliasadd/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@fast' arguments: - name: alias type: string diff --git a/content/commands/ft.aliasdel/index.md b/content/commands/ft.aliasdel/index.md index c7c19bb6c9..4e940709f8 100644 --- a/content/commands/ft.aliasdel/index.md +++ b/content/commands/ft.aliasdel/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@fast' arguments: - name: alias type: string diff --git a/content/commands/ft.aliasupdate/index.md b/content/commands/ft.aliasupdate/index.md index cfc3ad044a..71a0189cad 100644 --- a/content/commands/ft.aliasupdate/index.md +++ b/content/commands/ft.aliasupdate/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@fast' arguments: - name: alias type: string diff --git a/content/commands/ft.alter/index.md b/content/commands/ft.alter/index.md index dc7ddcbefa..4935cdb478 100644 --- a/content/commands/ft.alter/index.md +++ b/content/commands/ft.alter/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@slow' arguments: - name: index type: string diff --git a/content/commands/ft.config-get/index.md b/content/commands/ft.config-get/index.md index e509ada627..c67cc416e3 100644 --- a/content/commands/ft.config-get/index.md +++ b/content/commands/ft.config-get/index.md @@ -1,5 +1,6 @@ --- acl_categories: +- '@admin' - '@search' arguments: - name: option diff --git a/content/commands/ft.config-help/index.md b/content/commands/ft.config-help/index.md index 67dda6a94a..9705aab817 100644 --- a/content/commands/ft.config-help/index.md +++ b/content/commands/ft.config-help/index.md @@ -1,5 +1,6 @@ --- acl_categories: +- '@admin' - '@search' arguments: - name: option diff --git a/content/commands/ft.config-set/index.md b/content/commands/ft.config-set/index.md index 47b422469a..743f28d4eb 100644 --- a/content/commands/ft.config-set/index.md +++ b/content/commands/ft.config-set/index.md @@ -1,8 +1,7 @@ --- acl_categories: -- '@search' - '@admin' -- '@fast' +- '@search' arguments: - name: option type: string diff --git a/content/commands/ft.create/index.md b/content/commands/ft.create/index.md index 3289a9b354..0e497bf254 100644 --- a/content/commands/ft.create/index.md +++ b/content/commands/ft.create/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@slow' arguments: - name: index type: string diff --git a/content/commands/ft.cursor-del/index.md b/content/commands/ft.cursor-del/index.md index cfa2b41594..93914f64c8 100644 --- a/content/commands/ft.cursor-del/index.md +++ b/content/commands/ft.cursor-del/index.md @@ -1,8 +1,7 @@ --- acl_categories: -- '@search' - '@read' -- '@fast' +- '@search' arguments: - name: index type: string diff --git a/content/commands/ft.cursor-read/index.md b/content/commands/ft.cursor-read/index.md index a7842a16fe..3283e73c6c 100644 --- a/content/commands/ft.cursor-read/index.md +++ b/content/commands/ft.cursor-read/index.md @@ -1,8 +1,7 @@ --- acl_categories: -- '@search' - '@read' -- '@fast' +- '@search' arguments: - name: index type: string diff --git a/content/commands/ft.dictadd/index.md b/content/commands/ft.dictadd/index.md index e28b20f3fe..77de4d6813 100644 --- a/content/commands/ft.dictadd/index.md +++ b/content/commands/ft.dictadd/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@fast' arguments: - name: dict type: string diff --git a/content/commands/ft.dictdel/index.md b/content/commands/ft.dictdel/index.md index 5f5b8ddc52..c6768f5c4a 100644 --- a/content/commands/ft.dictdel/index.md +++ b/content/commands/ft.dictdel/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@fast' arguments: - name: dict type: string diff --git a/content/commands/ft.dictdump/index.md b/content/commands/ft.dictdump/index.md index 7b3b569a44..e998a4cfe8 100644 --- a/content/commands/ft.dictdump/index.md +++ b/content/commands/ft.dictdump/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@slow' arguments: - name: dict type: string diff --git a/content/commands/ft.dropindex/index.md b/content/commands/ft.dropindex/index.md index 94e1effebf..f2c7aeae04 100644 --- a/content/commands/ft.dropindex/index.md +++ b/content/commands/ft.dropindex/index.md @@ -1,9 +1,9 @@ --- acl_categories: -- '@search' -- '@write' - '@dangerous' +- '@search' - '@slow' +- '@write' arguments: - name: index type: string @@ -88,4 +88,3 @@ OK ## Related topics [RediSearch]({{< relref "/develop/interact/search-and-query/" >}}) - diff --git a/content/commands/ft.explain/index.md b/content/commands/ft.explain/index.md index 9e9fee2038..490adf596d 100644 --- a/content/commands/ft.explain/index.md +++ b/content/commands/ft.explain/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@fast' arguments: - name: index type: string diff --git a/content/commands/ft.explaincli/index.md b/content/commands/ft.explaincli/index.md index 8105bb075d..1a737701c8 100644 --- a/content/commands/ft.explaincli/index.md +++ b/content/commands/ft.explaincli/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@fast' arguments: - name: index type: string diff --git a/content/commands/ft.info/index.md b/content/commands/ft.info/index.md index 20cad21ecc..9cc3ca2194 100644 --- a/content/commands/ft.info/index.md +++ b/content/commands/ft.info/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@fast' arguments: - name: index type: string diff --git a/content/commands/ft.profile/index.md b/content/commands/ft.profile/index.md index c44caac5af..84738f1e1d 100644 --- a/content/commands/ft.profile/index.md +++ b/content/commands/ft.profile/index.md @@ -1,8 +1,7 @@ --- acl_categories: -- '@search' - '@read' -- '@slow' +- '@search' arguments: - name: index type: string diff --git a/content/commands/ft.search/index.md b/content/commands/ft.search/index.md index 4b69d5f8b7..a2530df834 100644 --- a/content/commands/ft.search/index.md +++ b/content/commands/ft.search/index.md @@ -1,8 +1,7 @@ --- acl_categories: -- '@search' - '@read' -- '@slow' +- '@search' arguments: - name: index type: string diff --git a/content/commands/ft.spellcheck/index.md b/content/commands/ft.spellcheck/index.md index 6345465462..5ce2472b7d 100644 --- a/content/commands/ft.spellcheck/index.md +++ b/content/commands/ft.spellcheck/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@fast' arguments: - name: index type: string diff --git a/content/commands/ft.sugadd/index.md b/content/commands/ft.sugadd/index.md index 26e5624bda..0c29357f6a 100644 --- a/content/commands/ft.sugadd/index.md +++ b/content/commands/ft.sugadd/index.md @@ -2,7 +2,6 @@ acl_categories: - '@search' - '@write' -- '@fast' arguments: - name: key type: string diff --git a/content/commands/ft.sugdel/index.md b/content/commands/ft.sugdel/index.md index 79473d0307..fb663e10e8 100644 --- a/content/commands/ft.sugdel/index.md +++ b/content/commands/ft.sugdel/index.md @@ -2,7 +2,6 @@ acl_categories: - '@search' - '@write' -- '@fast' arguments: - name: key type: string diff --git a/content/commands/ft.sugget/index.md b/content/commands/ft.sugget/index.md index cf913456ad..8043a5ac98 100644 --- a/content/commands/ft.sugget/index.md +++ b/content/commands/ft.sugget/index.md @@ -1,8 +1,6 @@ --- acl_categories: - '@search' -- '@read' -- '@fast' arguments: - name: key type: string diff --git a/content/commands/ft.suglen/index.md b/content/commands/ft.suglen/index.md index 714c0845e7..54eb1c4de5 100644 --- a/content/commands/ft.suglen/index.md +++ b/content/commands/ft.suglen/index.md @@ -1,8 +1,6 @@ --- acl_categories: - '@search' -- '@read' -- '@fast' arguments: - name: key type: string diff --git a/content/commands/ft.syndump/index.md b/content/commands/ft.syndump/index.md index 394dfc38e0..3c852a78ea 100644 --- a/content/commands/ft.syndump/index.md +++ b/content/commands/ft.syndump/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@fast' arguments: - name: index type: string diff --git a/content/commands/ft.synupdate/index.md b/content/commands/ft.synupdate/index.md index 39a99c9afb..7e76ea1f31 100644 --- a/content/commands/ft.synupdate/index.md +++ b/content/commands/ft.synupdate/index.md @@ -1,7 +1,6 @@ --- acl_categories: - '@search' -- '@fast' arguments: - name: index type: string diff --git a/content/commands/ft.tagvals/index.md b/content/commands/ft.tagvals/index.md index 3da089a21b..d52f734741 100644 --- a/content/commands/ft.tagvals/index.md +++ b/content/commands/ft.tagvals/index.md @@ -1,9 +1,9 @@ --- acl_categories: -- '@search' -- '@read' -- '@admin' - '@dangerous' +- '@read' +- '@search' +- '@slow' arguments: - name: index type: string