|
1 | 1 | --- |
2 | 2 | title: Redis Stack |
3 | 3 | linkTitle: Redis Stack |
4 | | -description: > |
5 | | - Hell, o, stack! |
6 | | -weight: 99 |
| 4 | +description: Extend Redis with modern data models and processing engines. |
7 | 5 | --- |
8 | 6 |
|
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). |
0 commit comments