persistent-programming-redis-state

JSON →
library 3.0.88 ·javascript
verified Jun 7, 2026

A lightweight Redis-backed state management library for persistent programming. Version 3.0.88 provides a simple API to store, retrieve, and delete state objects in Redis, with support for expiration and serialization. It is designed for server-side applications needing durable session or workflow state. The package is actively maintained with frequent updates. Compared to alternatives, it offers minimal abstraction and direct Redis commands, making it suitable for projects already using Redis. Requires ioredis >=5 and is ESM-only since v3.