Roshan Kumar
How to build a Redis Streams application
Featured
November 28, 2018
How to build a Redis Streams application
Redis Streams is a new Redis data structure that allows you to manage data channels between producers and consumers. In…
How to use consumer groups in Redis Streams
Featured
November 21, 2018
How to use consumer groups in Redis Streams
Redis Streams is a new data structure, introduced in Redis 5.0, that allows you to create and manage data streams.…
How to use Redis Streams
Featured
November 14, 2018
How to use Redis Streams
Redis, the in-memory multi-model database, is popular for many use cases. These include content caching, session stores, real-time analytics, message…
When to use a CRDT-based database
Featured
September 13, 2018
When to use a CRDT-based database
Bending the consistency and availability as described by the CAP theorem has been a great challenge for the architects of…