Skip to content

Commit

Permalink
DEV: ACL changes for CE8
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdougherty committed Dec 11, 2024
1 parent 24c08ac commit be535ec
Show file tree
Hide file tree
Showing 121 changed files with 558 additions and 67 deletions.
8 changes: 8 additions & 0 deletions content/commands/acl-cat/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ Checking for all the available categories is as simple as:
19) "connection"
20) "transaction"
21) "scripting"
22) "json"
23) "search"
24) "tdigest"
25) "cms"
26) "bloom"
27) "cuckoo"
28) "topk"
29) "timeseries"
```

Then we may want to know what commands are part of a given category:
Expand Down
4 changes: 4 additions & 0 deletions content/commands/bf.add/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@bloom'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/bf.card/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@bloom'
- '@read'
- '@fast'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/bf.exists/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@bloom'
- '@read'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/bf.info/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@bloom'
- '@read'
- '@fast'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/bf.insert/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@bloom'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/bf.loadchunk/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@bloom'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/bf.madd/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@bloom'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/bf.mexists/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@bloom'
- '@read'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/bf.reserve/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@bloom'
- '@write'
- '@fast'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/bf.scandump/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@bloom'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.add/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.addnx/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.count/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@read'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.del/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.exists/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@read'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.info/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@read'
- '@fast'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.insert/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.insertnx/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.loadchunk/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.mexists/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@read'
- '@slow'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.reserve/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@write'
- '@fast'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cf.scandump/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cuckoo'
- '@write'
- '@slow'
arguments:
- name: key
type: key
Expand Down
3 changes: 3 additions & 0 deletions content/commands/cms.incrby/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@cms'
- '@write'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cms.info/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cms'
- '@read'
- '@fast'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cms.initbydim/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cms'
- '@write'
- '@fast'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/cms.initbyprob/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@cms'
- '@write'
- '@fast'
arguments:
- name: key
type: key
Expand Down
3 changes: 3 additions & 0 deletions content/commands/cms.merge/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@cms'
- '@write'
arguments:
- name: destination
type: key
Expand Down
3 changes: 3 additions & 0 deletions content/commands/cms.query/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@cms'
- '@read'
arguments:
- name: key
type: key
Expand Down
4 changes: 4 additions & 0 deletions content/commands/ft._list/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@search'
- '@admin'
- '@slow'
categories:
- docs
- develop
Expand Down
10 changes: 9 additions & 1 deletion content/commands/ft.aggregate/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@search'
- '@read'
- '@fast'
arguments:
- name: index
type: string
Expand Down Expand Up @@ -196,7 +200,11 @@ syntax_str: "query [VERBATIM] [LOAD\_count field [field ...]] [TIMEOUT\_timeout]
title: FT.AGGREGATE
---

Run a search query on an index, and perform aggregate transformations on the results, extracting statistics etc from them
Run a search query on an index, and perform aggregate transformations on the results, extracting statistics etc from them.

{{< note >}}
This command will only return keys that the user has access to.
{{< /note >}}

[Examples](#examples)

Expand Down
3 changes: 3 additions & 0 deletions content/commands/ft.aliasadd/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@search'
- '@fast'
arguments:
- name: alias
type: string
Expand Down
3 changes: 3 additions & 0 deletions content/commands/ft.aliasdel/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@search'
- '@fast'
arguments:
- name: alias
type: string
Expand Down
3 changes: 3 additions & 0 deletions content/commands/ft.aliasupdate/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@search'
- '@fast'
arguments:
- name: alias
type: string
Expand Down
3 changes: 3 additions & 0 deletions content/commands/ft.alter/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@search'
- '@slow'
arguments:
- name: index
type: string
Expand Down
2 changes: 2 additions & 0 deletions content/commands/ft.config-get/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
acl_categories:
- '@search'
arguments:
- name: option
type: string
Expand Down
2 changes: 2 additions & 0 deletions content/commands/ft.config-help/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
acl_categories:
- '@search'
arguments:
- name: option
type: string
Expand Down
4 changes: 4 additions & 0 deletions content/commands/ft.config-set/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@search'
- '@admin'
- '@fast'
arguments:
- name: option
type: string
Expand Down
3 changes: 3 additions & 0 deletions content/commands/ft.create/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@search'
- '@slow'
arguments:
- name: index
type: string
Expand Down
4 changes: 4 additions & 0 deletions content/commands/ft.cursor-del/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@search'
- '@read'
- '@fast'
arguments:
- name: index
type: string
Expand Down
4 changes: 4 additions & 0 deletions content/commands/ft.cursor-read/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
acl_categories:
- '@search'
- '@read'
- '@fast'
arguments:
- name: index
type: string
Expand Down
3 changes: 3 additions & 0 deletions content/commands/ft.dictadd/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@search'
- '@fast'
arguments:
- name: dict
type: string
Expand Down
3 changes: 3 additions & 0 deletions content/commands/ft.dictdel/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@search'
- '@fast'
arguments:
- name: dict
type: string
Expand Down
3 changes: 3 additions & 0 deletions content/commands/ft.dictdump/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@search'
- '@slow'
arguments:
- name: dict
type: string
Expand Down
Loading

0 comments on commit be535ec

Please sign in to comment.