Skip to content

DEV/OP: cumulative changes for Redis CE 8 #1219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 44 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
643855c
Edits for CE 8.0
dwdougherty Oct 18, 2024
5609631
More edits for CE 8.0
dwdougherty Oct 18, 2024
3233709
More edits for CE 8.0
dwdougherty Oct 22, 2024
ea36136
Address merge conflict
dwdougherty Nov 5, 2024
c39ae61
Merge main
dwdougherty Dec 2, 2024
24c08ac
DEV: module configuration changes for CE8 (#956)
dwdougherty Dec 11, 2024
161f6a7
DEV: ACL changes for CE8 (#975)
dwdougherty Dec 13, 2024
d4502ca
Merge main
dwdougherty Dec 13, 2024
13328f6
Merge branch 'main' into community-edition-8
dwdougherty Jan 3, 2025
28c02aa
async io threads (#1020)
ShooterIT Jan 3, 2025
7def124
Merging main
dwdougherty Jan 24, 2025
147d1fa
DEV: update ACL categories for search commands (#1165)
dwdougherty Feb 14, 2025
edd8a15
Merging main
dwdougherty Feb 14, 2025
42bfc36
DEV+OP: add CE8 changes to INFO cmd & Prometheus for RS pages (#1170)
dwdougherty Feb 18, 2025
b1e937b
DEV: collapse cmd categories and remove Stack from layouts and cmd pa…
dwdougherty Feb 19, 2025
fc4dba5
DEV: deprecate dialogs 1, 3, and 4; config. changes (#1197)
dwdougherty Feb 21, 2025
07d1b12
DEV: update modules API docs for CE8 RC1 (#1207)
dwdougherty Feb 24, 2025
653b6ca
DEV: add new HFE commands (#1204)
dwdougherty Feb 25, 2025
a4fa03c
DEV: some corrections for the previous merge... (#1211)
dwdougherty Feb 25, 2025
50f3ce9
DEV: update installation docs for CE8 (#1218)
dwdougherty Feb 26, 2025
f92ba2f
Merging main
dwdougherty Feb 26, 2025
7093d3e
Apply suggestions from code review
dwdougherty Feb 26, 2025
eee534f
Some more patching via to using
dwdougherty Feb 26, 2025
75edf8c
Patch up botched merge text
dwdougherty Feb 26, 2025
36c239d
Remove more instances of Redis Stack
dwdougherty Feb 26, 2025
e3b8c6c
Apply code review comments
dwdougherty Feb 27, 2025
623de0c
Merge branch 'main' into community-edition-8
dwdougherty Mar 10, 2025
9729c2c
Merge branch 'main' into community-edition-8
dwdougherty Mar 11, 2025
f409cdb
Add ACL info related to index creation
dwdougherty Mar 13, 2025
461046d
Merge branch 'main' into community-edition-8
dwdougherty Mar 18, 2025
27e2ead
Replace instances of baseurl with relref
dwdougherty Mar 18, 2025
1447322
Remove vector-set.md page (prematurely added)
dwdougherty Mar 18, 2025
5756ed9
Merge branch 'main' into community-edition-8
dwdougherty Mar 21, 2025
7c8c0d0
Merge branch 'main' into community-edition-8
dwdougherty Mar 21, 2025
8a7a522
Minor update to archived installation page
dwdougherty Mar 21, 2025
fc80933
DEV: add build from source procedures (#1319)
dwdougherty Apr 1, 2025
64525dd
DEV: point to GitHub for source downloads (#1358)
dwdougherty Apr 3, 2025
22beaaa
DEV: add new vector set data type and command pages (#1334)
dwdougherty Apr 3, 2025
1db0bab
Typo fix
dwdougherty Apr 3, 2025
8527dee
Update modules-api-ref.md from script
dwdougherty Apr 4, 2025
ad0f3f2
Update docker installation instructions
dwdougherty Apr 7, 2025
8ca16b9
Update brew installation instructions
dwdougherty Apr 7, 2025
2c02677
Add what's new info
dwdougherty Apr 7, 2025
970bbb1
Update snap installation instructions
dwdougherty Apr 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 1 addition & 0 deletions content/commands/client-list/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Here is the meaning of the fields:
* `resp`: client RESP protocol version. Added in Redis 7.0
* `rbp`: peak size of the client's read buffer since the client connected. Added in Redis 7.0
* `rbs`: current size of the client's read buffer in bytes. Added in Redis 7.0
* `io-thread`: id of I/O thread assigned to the client. Added in Redis 8.0

The client flags can be a combination of:

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:
- '@admin'
- '@search'
- '@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 @@ -205,7 +209,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.

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

[Examples](#examples)

Expand Down
2 changes: 2 additions & 0 deletions content/commands/ft.aliasadd/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
acl_categories:
- '@search'
arguments:
- name: alias
type: string
Expand Down
2 changes: 2 additions & 0 deletions content/commands/ft.aliasdel/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
acl_categories:
- '@search'
arguments:
- name: alias
type: string
Expand Down
2 changes: 2 additions & 0 deletions content/commands/ft.aliasupdate/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
acl_categories:
- '@search'
arguments:
- name: alias
type: string
Expand Down
2 changes: 2 additions & 0 deletions content/commands/ft.alter/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
acl_categories:
- '@search'
arguments:
- name: index
type: string
Expand Down
11 changes: 8 additions & 3 deletions content/commands/ft.config-get/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@admin'
- '@search'
arguments:
- name: option
type: string
Expand All @@ -15,17 +18,19 @@ categories:
command_flags:
- readonly
complexity: O(1)
deprecated_since: 8.0.0
description: Retrieves runtime configuration options
doc_flags:
- deprecated
group: search
hidden: false
linkTitle: FT.CONFIG GET
module: Search
replaced_by: '[`CONFIG GET`]({{< relref "/commands/config-get" >}})'
since: 1.0.0
stack_path: docs/interact/search-and-query
summary: Retrieves runtime configuration options
syntax: 'FT.CONFIG GET option

'
syntax: FT.CONFIG GET option
syntax_fmt: FT.CONFIG GET option
syntax_str: ''
title: FT.CONFIG GET
Expand Down
3 changes: 3 additions & 0 deletions content/commands/ft.config-help/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
acl_categories:
- '@admin'
- '@search'
arguments:
- name: option
type: string
Expand Down
Loading