Skip to content

Commit 9f636ee

Browse files
committed
Merge branch 'main' into rc-rebrand
2 parents 28384b9 + cb9b677 commit 9f636ee

File tree

286 files changed

+7820
-957
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

286 files changed

+7820
-957
lines changed

content/commands/acl-cat/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Checking for all the available categories is as simple as:
7272
19) "connection"
7373
20) "transaction"
7474
21) "scripting"
75+
22) "json"
76+
23) "search"
77+
24) "tdigest"
78+
25) "cms"
79+
26) "bloom"
80+
27) "cuckoo"
81+
28) "topk"
82+
29) "timeseries"
7583
```
7684

7785
Then we may want to know what commands are part of a given category:

content/commands/bf.add/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@bloom'
4+
- '@write'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/bf.card/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@bloom'
4+
- '@read'
5+
- '@fast'
26
arguments:
37
- name: key
48
type: key

content/commands/bf.exists/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@bloom'
4+
- '@read'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/bf.info/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@bloom'
4+
- '@read'
5+
- '@fast'
26
arguments:
37
- name: key
48
type: key

content/commands/bf.insert/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@bloom'
4+
- '@write'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/bf.loadchunk/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@bloom'
4+
- '@write'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/bf.madd/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@bloom'
4+
- '@write'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/bf.mexists/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@bloom'
4+
- '@read'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/bf.reserve/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@bloom'
4+
- '@write'
5+
- '@fast'
26
arguments:
37
- name: key
48
type: key

0 commit comments

Comments
 (0)