Skip to content

Commit cb9b677

Browse files
dwdoughertyrrelledgeShooterITandy-stark-redismich-elle-luna
authored
DEV/OP: cumulative changes for Redis CE 8 (#1219)
* Edits for CE 8.0 * More edits for CE 8.0 * More edits for CE 8.0 * DEV: module configuration changes for CE8 (#956) * DEV: CONFIG for modules changes for CE8 * Renaming file * Apply suggestions from Rachel's code review Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> * Apply suggestions from Rachel's code review (part 2) Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> * Apply suggestions from Lior's code review * Apply suggestions from Lior's code review (part 2) --------- Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> * DEV: ACL changes for CE8 (#975) * DEV: ACL changes for CE8 * Applied suggestions from Lior's code review (part 1) * Applied suggestions from Lior's code review (part 2) * Fix for something completely unrelated * Applied suggestions from Lior's code review (part 3) * async io threads (#1020) * DEV: update ACL categories for search commands (#1165) * DEV+OP: add CE8 changes to INFO cmd & Prometheus for RS pages (#1170) * DEV+OP: add CE8 changes to INFO cmd & Prometheus for RS pages * Apply review comments. Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> * Apply review comments. --------- Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> * DEV: collapse cmd categories and remove Stack from layouts and cmd pages (#1180) * DEV: deprecate dialogs 1, 3, and 4; config. changes (#1197) * DEV: update modules API docs for CE8 RC1 (#1207) * DEV: add new HFE commands (#1204) * DEV: some corrections for the previous merge... (#1211) * DEV: add new HFE commands * DEV: correct previous merge * DEV: update installation docs for CE8 (#1218) * DEV: initial commit of installation docs for CE8 * DEV: 2nd commit of installation docs for CE8 * DEV: 3rd commit of installation docs for CE8 * Apply suggestions from code review Thank you, @mich-elle-luna! Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> * Some more patching via to using * Patch up botched merge text * Remove more instances of Redis Stack * Apply code review comments * Add ACL info related to index creation * Replace instances of baseurl with relref * Remove vector-set.md page (prematurely added) * Minor update to archived installation page * DEV: add build from source procedures (#1319) * DEV: add build from source procedures * Apply review comments; added AlmaLinux and Ubuntu (Focal) pages * Apply review comments; merged alma/rocky pages; added stubs for macOS * Added macOS 13/14 page * Apply code review comments and issues found whilst testing * Bug fix * Change titles per Lior * Remove bash requirement from alma/rocky; it's already there * Remove banner as instructs are complete * DEV: point to GitHub for source downloads (#1358) * DEV: point to GitHub for source downloads * Adding the remaining pages * Finalize the build instructions * DEV: add new vector set data type and command pages (#1334) * Initial commit of vector set docs * Add'l commit of vector set docs * Add'l commit of vector set docs * Adding data type and command pages * Added RESP2 and RESP3 return information * Fix some atrocious grammar on the vs index page. * A few more quick fixes * Apply suggestions from code review Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> * Apply review comments Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> * Apply preview banner + misc. fixes --------- Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> * Typo fix * Update modules-api-ref.md from script * Update docker installation instructions * Update brew installation instructions * Add what's new info * Update snap installation instructions --------- Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> Co-authored-by: Yuan Wang <wangyuancode@163.com> Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
1 parent 14794b9 commit cb9b677

File tree

268 files changed

+5662
-750
lines changed

Some content is hidden

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

268 files changed

+5662
-750
lines changed

content/commands/acl-cat/index.md

+8
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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

+4
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

content/commands/bf.scandump/index.md

+4
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/cf.add/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@write'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/cf.addnx/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@write'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/cf.count/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@read'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/cf.del/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@write'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/cf.exists/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@read'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/cf.info/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@read'
5+
- '@fast'
26
arguments:
37
- name: key
48
type: key

content/commands/cf.insert/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@write'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/cf.insertnx/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@write'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/cf.loadchunk/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@write'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/cf.mexists/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@read'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/cf.reserve/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@write'
5+
- '@fast'
26
arguments:
37
- name: key
48
type: key

content/commands/cf.scandump/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cuckoo'
4+
- '@write'
5+
- '@slow'
26
arguments:
37
- name: key
48
type: key

content/commands/client-list/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Here is the meaning of the fields:
116116
* `resp`: client RESP protocol version. Added in Redis 7.0
117117
* `rbp`: peak size of the client's read buffer since the client connected. Added in Redis 7.0
118118
* `rbs`: current size of the client's read buffer in bytes. Added in Redis 7.0
119+
* `io-thread`: id of I/O thread assigned to the client. Added in Redis 8.0
119120

120121
The client flags can be a combination of:
121122

content/commands/cms.incrby/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
acl_categories:
3+
- '@cms'
4+
- '@write'
25
arguments:
36
- name: key
47
type: key

content/commands/cms.info/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cms'
4+
- '@read'
5+
- '@fast'
26
arguments:
37
- name: key
48
type: key

content/commands/cms.initbydim/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cms'
4+
- '@write'
5+
- '@fast'
26
arguments:
37
- name: key
48
type: key

content/commands/cms.initbyprob/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@cms'
4+
- '@write'
5+
- '@fast'
26
arguments:
37
- name: key
48
type: key

content/commands/cms.merge/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
acl_categories:
3+
- '@cms'
4+
- '@write'
25
arguments:
36
- name: destination
47
type: key

content/commands/cms.query/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
acl_categories:
3+
- '@cms'
4+
- '@read'
25
arguments:
36
- name: key
47
type: key

content/commands/ft._list/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@admin'
4+
- '@search'
5+
- '@slow'
26
categories:
37
- docs
48
- develop

content/commands/ft.aggregate/index.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
acl_categories:
3+
- '@search'
4+
- '@read'
5+
- '@fast'
26
arguments:
37
- name: index
48
type: string
@@ -205,7 +209,11 @@ syntax_str: "query [VERBATIM] [LOAD\_count field [field ...]] [TIMEOUT\_timeout]
205209
title: FT.AGGREGATE
206210
---
207211

208-
Run a search query on an index, and perform aggregate transformations on the results, extracting statistics etc from them
212+
Run a search query on an index and perform aggregate transformations on the results.
213+
214+
{{< note >}}
215+
This command will only return keys to which the user has read access.
216+
{{< /note >}}
209217

210218
[Examples](#examples)
211219

content/commands/ft.aliasadd/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
acl_categories:
3+
- '@search'
24
arguments:
35
- name: alias
46
type: string

content/commands/ft.aliasdel/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
acl_categories:
3+
- '@search'
24
arguments:
35
- name: alias
46
type: string

content/commands/ft.aliasupdate/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
acl_categories:
3+
- '@search'
24
arguments:
35
- name: alias
46
type: string

content/commands/ft.alter/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
acl_categories:
3+
- '@search'
24
arguments:
35
- name: index
46
type: string

content/commands/ft.config-get/index.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
acl_categories:
3+
- '@admin'
4+
- '@search'
25
arguments:
36
- name: option
47
type: string
@@ -15,17 +18,19 @@ categories:
1518
command_flags:
1619
- readonly
1720
complexity: O(1)
21+
deprecated_since: 8.0.0
1822
description: Retrieves runtime configuration options
23+
doc_flags:
24+
- deprecated
1925
group: search
2026
hidden: false
2127
linkTitle: FT.CONFIG GET
2228
module: Search
29+
replaced_by: '[`CONFIG GET`]({{< relref "/commands/config-get" >}})'
2330
since: 1.0.0
2431
stack_path: docs/interact/search-and-query
2532
summary: Retrieves runtime configuration options
26-
syntax: 'FT.CONFIG GET option
27-
28-
'
33+
syntax: FT.CONFIG GET option
2934
syntax_fmt: FT.CONFIG GET option
3035
syntax_str: ''
3136
title: FT.CONFIG GET

content/commands/ft.config-help/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
acl_categories:
3+
- '@admin'
4+
- '@search'
25
arguments:
36
- name: option
47
type: string

0 commit comments

Comments
 (0)