Skip to content

Commit 104c371

Browse files
author
Kyle Banker
committed
Add Stack outline
1 parent 6ca944e commit 104c371

File tree

15 files changed

+151
-4
lines changed

15 files changed

+151
-4
lines changed

docs/stack/_index.md

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,47 @@
11
---
22
title: Redis Stack
33
linkTitle: Redis Stack
4-
description: >
5-
Hell, o, stack!
6-
weight: 99
4+
description: Extend Redis with modern data models and processing engines.
75
---
86

9-
I'm sorry Dave, there's nothing I can show you at the moment.
7+
Redis Stack is an extension of Redis that adds modern data models and processing engines to provide a complete developer experience.
8+
9+
In addition to all of the features of OSS Redis, Redis stack supports:
10+
11+
* Queryable JSON documents
12+
* Full-text search
13+
* Time series data (ingestion & querying)
14+
* Graph data models with the Cypher query language
15+
* Probabilistic data structures
16+
17+
## Getting started
18+
19+
To get started started with Redis Stack, see the [Getting Started] guide. You may also want to:
20+
21+
* Install Redis Stack
22+
* View the Redis Stack tutorials
23+
* See the list of clients supporting Redis Stack
24+
25+
If you want to learn more about the vision for Redis Stack, read on.
26+
27+
## Why Redis Stack?
28+
29+
Redis Stack was created to allow developers build to real-time applications with a back end data platform that can reliably process requests in under a millisecond. Redis Stack does this by extending Redis with modern data models and data processing tools (Document, Graph, Search, and Time Series).
30+
31+
Redis Stack unifies and simplifies the developer experience of the leading Redis modules and the capabilities they provide. Redis Stack bundles five Redis modules: RedisJSON, RedisSearch, RedisGraph, RedisTimeSeries, and RedisBloom.
32+
33+
### Clients
34+
35+
Several Redis client libraries support Redis Stack. These include redis-py, node_redis, and Jedis. In addition, four higher-level object mapping libraries also support Redis Stack: Redis OM .NET, Redis OM Node, Redis OM Python, Redis OM Spring.
36+
37+
### RedisInsight
38+
39+
Redis Stack also includes RedisInsight, a visualization tool for understanding and optimizing Redis data.
40+
41+
## Redis Stack license
42+
43+
Redis Stack is made up of several components, licensed as follows:
44+
45+
* Redis itself is licensed under the [3-clause BSD license](https://github.com/redis/redis/blob/unstable/COPYING).
46+
* The Redis modules are licensed under the [Redis Source Available License](https://github.com/RediSearch/RediSearch/blob/master/LICENSE) (RSAL).
47+
* RedisInsight is licensed under the [Server Side Public License](https://en.wikipedia.org/wiki/Server_Side_Public_License) (SSPL).

docs/stack/clients/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Redis Stack clients
3+
linkTitle: Clients
4+
description: Client libraries supporting Redis Stack
5+
weight: 2
6+
---

docs/stack/get-started/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Get started with Redis Stack
3+
linkTitle: Get started
4+
description: How to install and get started with Redis Stack
5+
weight: 1
6+
---

docs/stack/get-started/connect.md

Whitespace-only changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Install Redis Stack
3+
linkTitle: Install
4+
description: "How to install Redis Stack"
5+
weight: 1
6+
---
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Run Redis Stack on Redis Cloud
3+
linkTitle: Cloud
4+
description: "How to install Redis Stack on Redis Cloud"
5+
weight: 2
6+
---
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Install Redis Stack on Linux
3+
linkTitle: Linux
4+
description: "How to install Redis Stack on Linux"
5+
weight: 1
6+
---
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Install Redis Stack on macOS
3+
linkTitle: macOS
4+
description: "How to install Redis Stack on macOS"
5+
weight: 1
6+
---
7+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Install Redis Stack on Windows
3+
linkTitle: Windows
4+
description: "How to install Redis Stack on Windows"
5+
weight: 1
6+
---
7+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Redis Stack tutorials
3+
linkTitle: Tutorials
4+
description:
5+
weight: 1
6+
---

0 commit comments

Comments
 (0)