Skip to content

Commit 643855c

Browse files
committed
Edits for CE 8.0
1 parent 359b551 commit 643855c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/develop/connect/clients/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Redis does not support directly:
4747
## Requirements
4848

4949
You will need access to a Redis server to use these libraries.
50-
You can experiment with a local installation of Redis Stack
51-
(see [Install Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack/" >}})) or with a free trial of [Redis Cloud]({{< relref "/operate/rc" >}}).
50+
You can experiment with a local installation of Redis Community Edition
51+
(see [Install Redis Community Edition]({{< relref "/operate/oss_and_stack/install/install-stack/" >}})) or with a free trial of [Redis Cloud]({{< relref "/operate/rc" >}}).
5252
To interact with a Redis server without writing code, use the
5353
[Redis CLI]({{< relref "/develop/connect/cli" >}}) and
5454
[Redis Insight]({{< relref "/develop/connect/insight" >}}) tools.

layouts/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ <h2 class="text-5xl font-medium" id="operate">Learn</h2>
127127
<div class="lg:px-11 w-full flex flex-col gap-3">
128128
<h2 class="text-5xl font-medium" id="operate">Explore</h2>
129129
{{ partial "docs-section.html" (dict
130-
"Title" "Redis and Stack"
131-
"Description" "Redis Stack extends Redis with modern data models and processing engines."
130+
"Title" "Redis Community Edition"
131+
"Description" "Redis Community Edition replaces Redis Stack and includes modern data models and processing engines."
132132
"ButtonLink" "./operate/oss_and_stack/"
133133
"ButtonLabel" "Read more"
134134
"LinksLeftTitle" "Learn more"

0 commit comments

Comments
 (0)