Announcing Redis Enterprise Release with RedisGraph, Streams (Redis 5.0) and Popular Redis Java and Python Clients

As we gear up for 2019, we are very excited to announce the latest release of Redis Enterprise which marks a significant milestone in our journey towards a zero latency future, and comes packed with all sorts of goodies. Let’s review three capabilities that make the new Redis Enterprise especially interesting.

RedisGraph

RedisGraph is a Redis module that represents connected data as adjacency matrices instead of the more common adjacency lists per data point representation. By using sparse matrices and employing the power of GraphBLAS (a highly optimized library for sparse matrix operations), RedisGraph delivers a fast and efficient way to store, manage and process graphs — we’re talking up to 600 times faster than other graph databases. RedisGraph is now part of a brand new Redis Enterprise module available for our VPC and software customers, and can also be used under our source available license. You can read about the benchmarks on our blog here and get more details about RedisGraph here.

Streams

Streams is a new data structure that was introduced with open source Redis 5.0 and is now available in the latest version of Redis Enterprise. Similar to the Lists data type, Streams has an ordered collection of elements called messages. Unlike Lists, however, messages are added exclusively to the end of Streams. In Streams, messages are stored using unique sub-second timestamp-based identifiers, and the order of the messages is immutable. With blocking read functionality, Stream provides a pub/sub like functionality but with fan out scaling ability. Streams has many interesting real-world uses like log aggregation, real-time sentiment analysis and more. We cannot wait to see how the community will put it to use to process data generated at incredible velocities. You can read more about Streams here.

Jedis and Redis-py

As part of the current Redis Enterprise release, we are also incredibly proud to collaborate with the creators of the two most popular Redis clients — Jonathan Leibiusky, the creator of Jedis, and Andy McCurdy, the creator of Redis-py. We will continue to contribute to these projects as part of our commitment to the Redis community. We plan to ensure that all new features released as part of Redis will be supported in these clients, including Streams and modules. We believe it is important to make sure that these highly popular libraries will be constantly maintained and up to date with the latest capabilities of Redis.