You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/connect/clients/dotnet.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ weight: 2
19
19
The sections below explain how to install `NRedisStack` and connect your application
20
20
to a Redis database.
21
21
22
-
`NRedisStack` requires a running Redis or [Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis installation instructions.
22
+
`NRedisStack` requires a running Redis server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis Community Edition installation instructions.
23
23
24
24
You can also access Redis with an object-mapping client interface. See
25
25
[Redis OM for .NET]({{< relref "/integrate/redisom-for-net" >}})
Copy file name to clipboardExpand all lines: content/develop/connect/clients/java/jedis.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ a more advanced Java client that also supports asynchronous and reactive connect
21
21
The sections below explain how to install `Jedis` and connect your application
22
22
to a Redis database.
23
23
24
-
`Jedis` requires a running Redis or [Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis installation instructions.
24
+
`Jedis` requires a running Redis server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis Community Edition installation instructions.
Copy file name to clipboardExpand all lines: content/develop/connect/clients/java/lettuce.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ If you only need synchronous connections then you may find the other Java client
23
23
The sections below explain how to install `Lettuce` and connect your application
24
24
to a Redis database.
25
25
26
-
`Lettuce` requires a running Redis or [Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis installation instructions.
26
+
`Lettuce` requires a running Redis server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis Community Edition installation instructions.
Copy file name to clipboardExpand all lines: content/develop/connect/clients/nodejs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ weight: 3
19
19
The sections below explain how to install `node-redis` and connect your application
20
20
to a Redis database.
21
21
22
-
`node-redis` requires a running Redis or [Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis installation instructions.
22
+
`node-redis` requires a running Redis server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis Community Edition installation instructions.
23
23
24
24
You can also access Redis with an object-mapping client interface. See
25
25
[RedisOM for Node.js]({{< relref "/integrate/redisom-for-node-js" >}})
Copy file name to clipboardExpand all lines: content/develop/connect/clients/om-clients/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ categories:
9
9
- oss
10
10
- kubernetes
11
11
- clients
12
-
description: Object-Mapper libraries for Redis Stack
12
+
description: Object-Mapper libraries for Redis Community Edition
13
13
linkTitle: Object mapping
14
14
stack: true
15
15
title: Object-Mapper libraries
16
16
weight: 6
17
17
---
18
18
19
-
Redis OM (pronounced *REDiss OHM*) is a library that provides object mapping for Redis. With the help of Redis OM, you can map Redis data types, specifically Hashes and JSON documents, to objects of your preferred programming language or framework. Redis OM relies on Redis Stack's JSON, query, and search features, allowing you to query and search for objects.
19
+
Redis OM (pronounced *REDiss OHM*) is a library that provides object mapping for Redis. With the help of Redis OM, you can map Redis data types, specifically Hashes and JSON documents, to objects of your preferred programming language or framework. Redis OM relies on the JSONand Redis Query Engine features of Redis Community Edition, allowing you to search and/or query for objects.
20
20
21
21
You can use Redis OM with the following four programming languages:
Copy file name to clipboardExpand all lines: content/develop/connect/clients/python/redis-py.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ weight: 1
19
19
The sections below explain how to install `redis-py` and connect your application
20
20
to a Redis database.
21
21
22
-
`redis-py` requires a running Redis or [Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack/" >}}) server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis installation instructions.
22
+
`redis-py` requires a running Redis server. See [Getting started]({{< relref "/operate/oss_and_stack/install/" >}}) for Redis Community Edition installation instructions.
23
23
24
24
You can also access Redis with an object-mapping client interface. See
25
25
[RedisOM for Python]({{< relref "/integrate/redisom-for-python" >}})
@@ -268,7 +268,7 @@ pool.close()
268
268
269
269
## Example: Indexing and querying JSON documents
270
270
271
-
Make sure that you have Redis Stack and `redis-py` installed. Import dependencies:
271
+
Make sure that you have Redis Community Edition 8.x and `redis-py` installed. Import dependencies:
Redis Insight is a powerful tool for visualizing and optimizing data in Redis or Redis Stack, making real-time application development easier and more fun than ever before. Redis Insight lets you do both GUI- and CLI-based interactions in a fully-featured desktop GUI client.
23
+
Redis Insight is a powerful tool for visualizing and optimizing data in Redis, making real-time application development easier and more fun than ever before. Redis Insight lets you do both GUI- and CLI-based interactions in a fully-featured desktop GUI client.
24
24
25
25
### Installation and release notes
26
26
@@ -32,7 +32,7 @@ Redis Insight is a powerful tool for visualizing and optimizing data in Redis or
32
32
33
33
### Connection management
34
34
35
-
* Automatically discover and add your local Redis or Redis Stack databases (that use standalone connection type and do not require authentication).
35
+
* Automatically discover and add your local Redis databases (that use standalone connection type and do not require authentication).
36
36
* Discover your databases in Redis Enterprise Cluster and databases with Flexible plans in Redis Cloud.
37
37
* Use a form to enter your connection details and add any Redis database running anywhere (including Redis Community Edition Cluster or Sentinel).
38
38
* Connect to a Redis Data Integration (RDI) management plane, create, test, and deploy RDI pipelines, and view RDI statistics.
@@ -93,8 +93,8 @@ The CLI is accessible at any time within the application.
93
93
### Workbench
94
94
95
95
Advanced command line interface with intelligent command auto-complete and complex data visualizations.
96
-
* Built-in guides: you can conveniently discover Redis and Redis Stack features using the built-in guides.
97
-
* Command auto-complete support for all features in Redis and Redis Stack.
96
+
* Built-in guides: you can conveniently discover Redis features using the built-in guides.
97
+
* Command auto-complete support for all features in Redis.
98
98
* Visualizations of your indexes, queries, and aggregations.
99
99
* Visualizations of your [time series]({{< relref "/develop/data-types/timeseries/" >}}) data.
100
100
@@ -118,7 +118,7 @@ View and manage the list of consumer groups. See existing consumers in a given c
118
118
119
119
### Search features
120
120
121
-
If you're using Redis Stack's indexing, querying, or full-text search features, Redis Insight provides UI controls to quickly and conveniently run search queries against a preselected index. You can also create a secondary index of your data in a dedicated pane.
121
+
If you're using the indexing, querying, or full-text search features of Redis Community Edition, Redis Insight provides UI controls to quickly and conveniently run search queries against a preselected index. You can also create a secondary index of your data in a dedicated pane.
Copy file name to clipboardExpand all lines: content/develop/data-types/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ implements the following data types:
38
38
-[Bitfield](#bitfields)
39
39
-[Geospatial](#geospatial-indexes)
40
40
41
-
[Redis Stack]({{< relref "/operate/oss_and_stack" >}}) and
41
+
[Redis Community Edition]({{< relref "/operate/oss_and_stack" >}}) and
42
42
[Redis Enterprise]({{< relref "/operate/rs" >}})
43
43
also include some [extension modules](#adding-extensions) that implement other
44
44
useful types, such as JSON. See [Extension data types](#extension-data-types)
@@ -122,7 +122,7 @@ For more information, see:
122
122
123
123
## Extension data types
124
124
125
-
[Redis Stack]({{< relref "/operate/oss_and_stack" >}}) and
125
+
[Redis Community Edition]({{< relref "/operate/oss_and_stack" >}}) and
126
126
[Redis Enterprise]({{< relref "/operate/rs" >}})
127
127
include some [extension modules](#adding-extensions) that implement
128
128
the following data types:
@@ -229,4 +229,4 @@ To extend the features provided by the included data types, use one of these opt
229
229
230
230
1. Write your own custom [server-side functions in Lua]({{< relref "/develop/interact/programmability/" >}}).
231
231
1. Write your own Redis module using the [modules API]({{< relref "/develop/reference/modules/" >}}) or check out the [community-supported modules]({{< relref "/operate/oss_and_stack/stack-with-enterprise/" >}}).
232
-
1. Use [JSON]({{< relref "/develop/data-types/json/" >}}), [search]({{< relref "/develop/interact/search-and-query/" >}}), [time series]({{< relref "/develop/data-types/timeseries/" >}}), and other capabilities provided by [Redis Stack]({{< relref "/operate/oss_and_stack/" >}}).
232
+
1. Use [JSON]({{< relref "/develop/data-types/json/" >}}), [search]({{< relref "/develop/interact/search-and-query/" >}}), [time series]({{< relref "/develop/data-types/timeseries/" >}}), and other capabilities provided by [Redis Community Edition]({{< relref "/operate/oss_and_stack/" >}}).
The JSON capability of Redis Stack provides JavaScript Object Notation (JSON) support for Redis. It lets you store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type. Redis JSON also works seamlessly with the [Redis Query Engine]({{< relref "/develop/interact/search-and-query/" >}}) to let you [index and query JSON documents]({{< relref "/develop/interact/search-and-query/indexing/" >}}).
22
+
The JSON capability of Redis Community Edition provides JavaScript Object Notation (JSON) support for Redis. It lets you store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type. Redis JSON also works seamlessly with the [Redis Query Engine]({{< relref "/develop/interact/search-and-query/" >}}) to let you [index and query JSON documents]({{< relref "/develop/interact/search-and-query/indexing/" >}}).
23
23
24
24
## Primary features
25
25
@@ -144,11 +144,9 @@ $ redis-cli --raw
144
144
145
145
## Enable Redis JSON
146
146
147
-
Redis JSON is not available by default in the basic Redis server, so you
148
-
should install Redis Stack or Redis Enterprise,
149
-
both of which include JSON and other useful modules.
147
+
The Redis JSON data type is part of Redis Community Edition and it is also available in Redis Software and Redis Cloud.
150
148
See
151
-
[Install Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack" >}}) or
149
+
[Install Redis Community Edition]({{< relref "/operate/oss_and_stack/install/install-stack" >}}) or
0 commit comments