Skip to content

Commit fc4eb4a

Browse files
dwdoughertyrrelledgeShooterITandy-stark-redismich-elle-luna
authored
* 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/OP: Redis Open Source brand changes * Remove superfluous files * Update newly added files * Update newly added files; again * Update dt>json>ram page * Update what's new page * Coupla more updates * Minor update to product landing page * Banner and ordering updates * Apply suggestions from code review Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> * Remove macOS 15 build 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 8587667 commit fc4eb4a

File tree

179 files changed

+387
-419
lines changed

Some content is hidden

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

179 files changed

+387
-419
lines changed

content/commands/info/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ It won't be included when `INFO` or `INFO ALL` are called, and it is returned on
602602

603603
| Redis<br />Enterprise | Redis<br />Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> |
604604
|:----------------------|:-----------------|:------|
605-
| <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | In Redis Enterprise, `INFO` returns a different set of fields than Redis Community Edition.<br />Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |
605+
| <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | <span title="Supported">&#x2705; Standard</span><br /><span title="Supported"><nobr>&#x2705; Active-Active</nobr></span> | In Redis Enterprise, `INFO` returns a different set of fields than Redis Open Source.<br />Not supported for [scripts]({{<relref "/develop/interact/programmability">}}). |
606606

607607
Note: key memory usage is different on Redis Software or Redis Cloud active-active databases than on non-active-active databases. This is because memory usage includes some amount of CRDB overhead.
608608

content/commands/module-load/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ unmodified to the module.
4949
configuration directive in `redis.conf`.
5050

5151
{{< note >}}
52-
As of Redis CE v8.0.0, loading a module using the Redis CLI with configuration parameters is deprecated.
52+
As of Redis 8 in Redis Open Source, loading a module using the Redis CLI with configuration parameters is deprecated.
5353
{{< /note >}}

content/develop/clients/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Redis does not document directly:
5757
## Requirements
5858

5959
You will need access to a Redis server to use these libraries.
60-
You can experiment with a local installation of Redis Community Edition
61-
(see [Install Redis Community Edition]({{< relref "/operate/oss_and_stack/install/install-stack/" >}})) or with a free trial of [Redis Cloud]({{< relref "/operate/rc" >}}).
60+
You can experiment with a local installation of Redis Open Source
61+
(see [Install Redis Open Source]({{< relref "/operate/oss_and_stack/install/install-stack/" >}})) or with a free trial of [Redis Cloud]({{< relref "/operate/rc" >}}).
6262
To interact with a Redis server without writing code, use the
6363
[Redis CLI]({{< relref "/develop/tools/cli" >}}) and
6464
[Redis Insight]({{< relref "/develop/tools/insight" >}}) tools.

content/develop/clients/dotnet/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ weight: 3
2020
The sections below explain how to install `NRedisStack` and connect your application
2121
to a Redis database.
2222

23-
`NRedisStack` requires a running [Redis Community Edition]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis installation instructions.
23+
`NRedisStack` requires a running Redis server. See [here]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis Open Source installation instructions.
2424

2525
You can also access Redis with an object-mapping client interface. See
2626
[Redis OM for .NET]({{< relref "/integrate/redisom-for-net" >}})
@@ -70,9 +70,9 @@ Console.WriteLine(String.Join("; ", hashFields));
7070
// Prints:
7171
// name: John; surname: Smith; company: Redis; age: 29
7272
```
73-
## Redis Community Edition modules
73+
## Redis Open Source modules
7474

75-
To access Redis Community Edition capabilities, use the appropriate interface like this:
75+
To access Redis Open Source capabilities, use the appropriate interface like this:
7676

7777
```
7878
IBloomCommands bf = db.BF();

content/develop/clients/dotnet/queryjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This example shows how to create a
2020
for [JSON]({{< relref "/develop/data-types/json" >}}) data and
2121
run queries against the index.
2222

23-
Make sure that you have Redis Community Edition and `NRedisStack` installed.
23+
Make sure that you have Redis Open Source and `NRedisStack` installed.
2424

2525
Start by importing dependencies:
2626

content/develop/clients/go/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ weight: 7
1919
[`go-redis`](https://github.com/redis/go-redis) is the [Go](https://go.dev/) client for Redis.
2020
The sections below explain how to install `go-redis` and connect your application to a Redis database.
2121

22-
`go-redis` requires a running [Redis Community Edition]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) server.
23-
See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis installation
24-
instructions.
22+
`go-redis` requires a running Redis server. See [here]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis Open Source installation instructions.
2523

2624
## Install
2725

content/develop/clients/go/queryjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ documents.
2424

2525
## Initialize
2626

27-
Make sure that you have [Redis Community Edition]({{< relref "/operate/oss_and_stack/" >}})
27+
Make sure that you have [Redis Open Source]({{< relref "/operate/oss_and_stack/" >}})
2828
or another Redis server available. Also install the
2929
[`go-redis`]({{< relref "/develop/clients/go" >}}) client library if you
3030
haven't already done so.

content/develop/clients/jedis/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ a more advanced Java client that also supports asynchronous and reactive connect
2222
The sections below explain how to install `Jedis` and connect your application
2323
to a Redis database.
2424

25-
`Jedis` requires a running [Redis Community Edition]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis installation instructions.
25+
`Jedis` requires a running Redis server. See [here]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis Open Source installation instructions.
2626

2727
## Install
2828

content/develop/clients/jedis/queryjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ documents.
2424

2525
## Initialize
2626

27-
Make sure that you have [Redis Community Edition]({{< relref "/operate/oss_and_stack/" >}})
27+
Make sure that you have [Redis Open Source]({{< relref "/operate/oss_and_stack/" >}})
2828
or another Redis server available. Also install the
2929
[Jedis]({{< relref "/develop/clients/jedis" >}}) client library if you
3030
haven't already done so.

content/develop/clients/lettuce/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you only need synchronous connections then you may find the other Java client
2424
The sections below explain how to install `Lettuce` and connect your application
2525
to a Redis database.
2626

27-
`Lettuce` requires a running [Redis Community Edition]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis installation instructions.
27+
`Lettuce` requires a running Redis server. See [here]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis Open Source installation instructions.
2828

2929
## Install
3030

0 commit comments

Comments
 (0)