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: docs/stack/_index.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,13 @@ linkTitle: Redis Stack
4
4
description: Extends Redis with modern data models and processing engines. Includes documentation for the bundled Redis modules and RedisInsight.
5
5
---
6
6
7
-
Redis Stack is an improved starting point for working with Redis. We've bundled together the best of the technology that we have to offer into an easy
8
-
to use package. Redis Stack extends the core capabilities of Redis OSS and provides a complete developer experience for debugging and more.
7
+
Redis Stack is the best starting point for working with Redis. We've bundled together the best of the technology that we have to offer into an easy to use package. Redis Stack extends the core capabilities of Redis OSS and provides a complete developer experience for debugging and more.
9
8
10
9
In addition to all of the features of Redis OSS, Redis Stack supports:
11
10
12
11
* Probabilistic data structures
13
12
* Queryable JSON documents
14
-
* Querying across hashes and JSON documents
13
+
* Querying across hashes and JSON documents, including full-text search
15
14
* Time series data support (ingestion & querying)
16
15
* Graph data models with the Cypher query language
17
16
@@ -34,16 +33,16 @@ to help you build modern applications where performance is paramount.
34
33
35
34
There are three distinct Redis Stack packages to choose from:
36
35
37
-
***Redis Stack Server**: This packages contains Redis OSS and module extensions only. It does *not* contain Redis Insight, the developer desktop
36
+
***Redis Stack Server**: This package contains Redis OSS and module extensions only. It does *not* contain RedisInsight, the developer desktop
38
37
application. This package is best for production deployment and is intended to be a drop-in replacement (for example, if you're already deploying
39
38
Redis OSS as a cache).
40
39
41
40
***Redis Stack (Desktop)**: This package contains everything a developer needs in a single bundle. This includes Redis OSS and module extensions
42
-
along with the Redis Insight desktop application. If you want to create an application locally and explore how it interacts with Redis, this is
41
+
along with the RedisInsight desktop application. If you want to create an application locally and explore how it interacts with Redis, this is
43
42
the package for you.
44
43
45
-
***Redis Stack Insights**: This package ONLY contains RedisInsight, the developer desktop application. If you've used Redis Stack Server and
46
-
you also want to use Redis Insight to explore your Redis data, select this package.
44
+
***RedisInsight**: This package ONLY contains RedisInsight, the developer desktop application. If you've used Redis Stack Server and
45
+
you also want to use RedisInsight to explore your Redis data, select this package.
0 commit comments