DEV Community

Ajeet Singh Raina for Redis

Posted on

6 1

Getting Started with Redis Stack

redis stack

Redis Stack is an extension of Redis that adds modern data models and processing engines to provide a complete developer experience. Redis Stack provides a simple and seamless way to access different data models such as full-text search, document store, graph, time series, and probabilistic data structures enabling developers to build any real-time data application.

Redis OSS vs. Redis Stack

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

  • Queryable JSON documents
  • Full-text search
  • Time series data (ingestion & querying)
  • Graph data models with the Cypher query language
  • Probabilistic data structures

Redis Stack License

Redis Stack is made up of several components, licensed as follows:

  • Redis Stack Server combines open source Redis with RediSearch, RedisJSON RedisGraph, RedisTimeSeries and RedisBloom is licensed under the Redis Source Available License (RSAL).
  • RedisInsight is licensed under the Server Side Public License (SSPL).

Which client libraries support Redis Stack?

The following core client libraries support Redis Stack:

  • Jedis >= 4.0
  • node-redis >= 4.0
  • redis-py >= 4.0

The Redis OM client libraries let you use the document modeling, indexing, and querying capabilities of Redis Stack much like the way you’d use an ORM. The following Redis OM libraries support Redis Stack:

  • Redis OM .NET
  • Redis OM Node
  • Redis OM Python
  • Redis OM Spring

To get started, refer this guide.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay