Skip to content

Commit 962bf6f

Browse files
committed
Merge branch 'release-rs-gilboa' into DOC-5211
2 parents e8d5aab + 8fdb4b0 commit 962bf6f

File tree

43 files changed

+990
-650
lines changed

Some content is hidden

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

43 files changed

+990
-650
lines changed

build/version_archiver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def inject_url_frontmatter(self):
108108
file_path = os.path.join(root, file)
109109

110110
# Read the file line by line
111-
with open(file_path, "r", encoding="utf-8") as f:
111+
with open(file_path, "r", encoding="utf-8", errors="ignore") as f:
112112
lines = f.readlines()
113113

114114
# Find the positions of the first and second '---' markers

content/develop/ai/redisvl/0.6.0/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
description: Install RedisVL
3-
linkTitle: Install
4-
title: Install
2+
linkTitle: Install RedisVL
3+
title: Install RedisVL
54
weight: 2
65
aliases:
76
- /integrate/redisvl/install

content/develop/ai/redisvl/0.7.0/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
description: Install RedisVL
3-
linkTitle: Install
4-
title: Install
2+
linkTitle: Install RedisVL
3+
title: Install RedisVL
54
weight: 2
65
aliases:
76
- /integrate/redisvl/install

content/develop/ai/redisvl/0.8.0/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
description: Install RedisVL
3-
linkTitle: Install
4-
title: Install
2+
linkTitle: Install RedisVL
3+
title: Install RedisVL
54
weight: 2
65
aliases:
76
- /integrate/redisvl/install

content/develop/ai/redisvl/0.8.1/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
description: Install RedisVL
3-
linkTitle: Install
4-
title: Install
2+
linkTitle: Install RedisVL
3+
title: Install RedisVL
54
weight: 2
65
aliases:
76
- /integrate/redisvl/install

content/develop/ai/redisvl/0.9.0/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
description: Install RedisVL
3-
linkTitle: Install
4-
title: Install
2+
linkTitle: Install RedisVL
3+
title: Install RedisVL
54
weight: 2
65
aliases:
76
- /integrate/redisvl/install

content/develop/ai/redisvl/0.9.1/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
description: Install RedisVL
3-
linkTitle: Install
4-
title: Install
2+
linkTitle: Install RedisVL
3+
title: Install RedisVL
54
weight: 2
65
aliases:
76
- /integrate/redisvl/install

content/develop/ai/redisvl/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
description: Install RedisVL
3-
linkTitle: Install
4-
title: Install
2+
linkTitle: Install RedisVL
3+
title: Install RedisVL
54
weight: 2
65
aliases:
76
- /integrate/redisvl/install
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
| Database type | Automatically enabled capabilities |
2+
|---------------|------------------------------------|
3+
| RAM-only | [Search and query]({{<relref "/operate/oss_and_stack/stack-with-enterprise/search">}})<br />[JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}})<br />[Time series]({{<relref "/operate/oss_and_stack/stack-with-enterprise/timeseries">}})<br />[Probabilistic]({{<relref "/operate/oss_and_stack/stack-with-enterprise/bloom">}}) |
4+
| Flash-enabled ([Auto Tiering]({{<relref "/operate/rs/databases/auto-tiering">}})) | [JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}})<br />[Probabilistic]({{<relref "/operate/oss_and_stack/stack-with-enterprise/bloom">}}) |
5+
| [Active-Active]({{<relref "/operate/rs/databases/active-active">}}) | [Search and query]({{<relref "/operate/oss_and_stack/stack-with-enterprise/search/search-active-active">}})<br />[JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}}) |

content/operate/oss_and_stack/stack-with-enterprise/install/_index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@ linkTitle: Install and upgrade modules
1111
weight: 4
1212
---
1313

14-
Several modules, which provide Redis Stack features, come packaged with [Redis Enterprise Software]({{< relref "/operate/rs" >}}). As of version 7.8.2, Redis Enterprise Software includes three feature sets, compatible with different Redis database versions. However, if you want to use additional modules or upgrade a module to a more recent version, you need to:
14+
Several modules that provide additional Redis capabilities, such as search and query, JSON, time series, and probabilistic data structures, come packaged with [Redis Enterprise Software]({{< relref "/operate/rs" >}}). As of version 8.0, Redis Enterprise Software includes four feature sets, compatible with different Redis database versions.
15+
16+
However, if you want to use additional modules or upgrade a module to a more recent version, you need to:
1517

1618
1. [Install a module package]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-cluster" >}}) on the cluster.
1719
1. [Enable a module]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-database" >}}) for a new database or [upgrade a module]({{< relref "/operate/oss_and_stack/stack-with-enterprise/install/upgrade-module" >}}) in an existing database.
20+
21+
## Automatically enabled capabilities in Redis 8
22+
23+
Databases created with or upgraded to Redis version 8 or later automatically enable the capabilities (modules) bundled with Redis Enterprise Software as follows:
24+
25+
{{<embed-md "rs-8-enabled-modules.md">}}

0 commit comments

Comments
 (0)