← heapsort-ai

Redis

7 items

ARTICLEDEV.to AI·24d ago

A 60-line Redis sink for ragvitals: production drift in the same Redis you already run

The article introduces a new 60-line Redis sink for ragvitals, designed to leverage existing Redis instances already present in most production RAG stacks for purposes like prompt or embedding caching. This Redis-based solution offers an efficient alternative to other monitoring sinks for tracking production drift, avoiding separate infrastructure and simplifying data collection.

27
ARTICLEDEV.to AI·5/4/2026

Redis Array: The Long Road to a Powerful Data Structure

This article explores the evolution of array-like data handling in Redis, from early string-based workarounds to today's rich, production-ready data structures. It details how Redis's array capabilities developed through pragmatic engineering and community-driven iteration. Ultimately, it offers guidance on best practices and choosing the right Redis data structure for specific use cases.

3