Redis Collection

JSON →
library 0.0.1 ·javascript
verified Jun 7, 2026

An async utility data structure library using Redis as the backing store, providing map-like collections with automatic persistence. This is an early-stage package (v0.0.1) with TypeScript support. It differentiates itself from similar libraries by focusing on simple async data structures (like maps) that synchronize state with Redis, suitable for distributed applications requiring shared state across processes or servers without a full ORM. The library aims to be lightweight with minimal dependencies, appealing to developers needing quick Redis-backed caches or stores. However, as a pre-1.0 release, APIs are unstable and documentation is sparse.