Skip to content

Commit f77ae50

Browse files
committed
Merge branch 'main' into release-rs-apr
2 parents 0003821 + 4b42b57 commit f77ae50

File tree

302 files changed

+8231
-1015
lines changed

Some content is hidden

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

302 files changed

+8231
-1015
lines changed

.github/workflows/main-staging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
sed -i 's/linkTitle: '"${version}"'/linkTitle: Redis for Kubernetes/' content/operate/kubernetes/_index.md
9898
9999
# inject replace command in meta-links to make sure editURL and issuesURL point to right version
100-
sed -i "12i \{\{ \$gh_file = replaceRE \`\^operate\/kubernetes\/\` \"operate\/kubernetes\/$version\/\" \$gh_file }}" layouts/partials/meta-links.html
100+
sed -i "12i \{\{ \$gh_path = replaceRE \`\^operate\/kubernetes\/\` \"operate\/kubernetes\/$version\/\" \$gh_path }}" layouts/partials/meta-links.html
101101
102102
hugo -d "kubernetes-${version}"
103103
@@ -124,7 +124,7 @@ jobs:
124124
sed -i 's/linkTitle: '"${version}"'/linkTitle: Redis Software/' content/operate/rs/_index.md
125125
126126
# inject replace command in meta-links to make sure editURL and issuesURL point to right version
127-
sed -i "12i \{\{ \$gh_file = replaceRE \`\^operate\/rs\/\` \"operate\/rs\/$version\/\" \$gh_file }}" layouts/partials/meta-links.html
127+
sed -i "12i \{\{ \$gh_path = replaceRE \`\^operate\/rs\/\` \"operate\/rs\/$version\/\" \$gh_path }}" layouts/partials/meta-links.html
128128
129129
hugo -d "rs-${version}"
130130
@@ -151,7 +151,7 @@ jobs:
151151
sed -i 's/linkTitle: '"${version}"'/linkTitle: Redis Data Integration/' content/integrate/redis-data-integration/_index.md
152152
153153
# inject replace command in meta-links to make sure editURL and issuesURL point to right version
154-
sed -i "12i \{\{ \$gh_file = replaceRE \`\^integrate\/redis-data-integration\/\` \"integrate\/redis-data-integration\/$version\/\" \$gh_file }}" layouts/partials/meta-links.html
154+
sed -i "12i \{\{ \$gh_path = replaceRE \`\^integrate\/redis-data-integration\/\` \"integrate\/redis-data-integration\/$version\/\" \$gh_path }}" layouts/partials/meta-links.html
155155
156156
hugo -d "redis-data-integration-${version}"
157157

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
sed -i 's/linkTitle: '"${version}"'/linkTitle: Redis for Kubernetes/' content/operate/kubernetes/_index.md
9898
9999
# inject replace command in meta-links to make sure editURL and issuesURL point to right version
100-
sed -i "12i \{\{ \$gh_file = replaceRE \`\^operate\/kubernetes\/\` \"operate\/kubernetes\/$version\/\" \$gh_file }}" layouts/partials/meta-links.html
100+
sed -i "12i \{\{ \$gh_path = replaceRE \`\^operate\/kubernetes\/\` \"operate\/kubernetes\/$version\/\" \$gh_path }}" layouts/partials/meta-links.html
101101
102102
hugo -d "kubernetes-${version}"
103103
@@ -124,7 +124,7 @@ jobs:
124124
sed -i 's/linkTitle: '"${version}"'/linkTitle: Redis Software/' content/operate/rs/_index.md
125125
126126
# inject replace command in meta-links to make sure editURL and issuesURL point to right version
127-
sed -i "12i \{\{ \$gh_file = replaceRE \`\^operate\/rs\/\` \"operate\/rs\/$version\/\" \$gh_file }}" layouts/partials/meta-links.html
127+
sed -i "12i \{\{ \$gh_path = replaceRE \`\^operate\/rs\/\` \"operate\/rs\/$version\/\" \$gh_path }}" layouts/partials/meta-links.html
128128
129129
hugo -d "rs-${version}"
130130
@@ -151,7 +151,7 @@ jobs:
151151
sed -i 's/linkTitle: '"${version}"'/linkTitle: Redis Data Integration/' content/integrate/redis-data-integration/_index.md
152152
153153
# inject replace command in meta-links to make sure editURL and issuesURL point to right version
154-
sed -i "12i \{\{ \$gh_file = replaceRE \`\^integrate\/redis-data-integration\/\` \"integrate\/redis-data-integration\/$version\/\" \$gh_file }}" layouts/partials/meta-links.html
154+
sed -i "12i \{\{ \$gh_path = replaceRE \`\^integrate\/redis-data-integration\/\` \"integrate\/redis-data-integration\/$version\/\" \$gh_path }}" layouts/partials/meta-links.html
155155
156156
hugo -d "redis-data-integration-${version}"
157157

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rdi_redis_gears_version = "1.2.6"
5555
rdi_debezium_server_version = "2.3.0.Final"
5656
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
5757
rdi_cli_latest = "latest"
58-
rdi_current_version = "v1.6.3"
58+
rdi_current_version = "v1.6.4"
5959

6060
[params.clientsConfig]
6161
"Python"={quickstartSlug="redis-py"}

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

0 commit comments

Comments
 (0)