In recent years, Redis has become a common occurrence in a Node.js application stack. Though its most popular use case is caching, Redis has many other use cases where you can take advantage of its ...
Web Served is nearly over! This is the last regular part in the series, and so I want to kick it up a notch—several notches, actually!—and get away from installing tired old PHP applications. Instead, ...
Redis, the in-memory multi-model database, is popular for many use cases. These include content caching, session stores, real-time analytics, message brokering, and data streaming. Last year I wrote ...
Roshan Kumar is a senior product manager at Redis Labs. Redis Streams is a new data structure, introduced in Redis 5.0, that allows you to create and manage data streams. In a previous article, I ...