Skip to content

Commit 6063b3d

Browse files
authored
Minor updates to stack description (#111)
* Update _index.md * packages singular * typo
1 parent b5d35c9 commit 6063b3d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/stack/_index.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ linkTitle: Redis Stack
44
description: Extends Redis with modern data models and processing engines. Includes documentation for the bundled Redis modules and RedisInsight.
55
---
66

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.
98

109
In addition to all of the features of Redis OSS, Redis Stack supports:
1110

1211
* Probabilistic data structures
1312
* Queryable JSON documents
14-
* Querying across hashes and JSON documents
13+
* Querying across hashes and JSON documents, including full-text search
1514
* Time series data support (ingestion & querying)
1615
* Graph data models with the Cypher query language
1716

@@ -34,16 +33,16 @@ to help you build modern applications where performance is paramount.
3433

3534
There are three distinct Redis Stack packages to choose from:
3635

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
3837
application. This package is best for production deployment and is intended to be a drop-in replacement (for example, if you're already deploying
3938
Redis OSS as a cache).
4039

4140
* **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
4342
the package for you.
4443

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.
4746

4847
## Getting started
4948

0 commit comments

Comments
 (0)