seneca-redis-store

JSON →
library 1.1.0 ·javascript maintenance
verified Jun 7, 2026

A Seneca.js data storage plugin that uses Redis to persist data. Current stable version is 1.1.0. It supports Seneca versions 1.x through 3.x. The plugin integrates as an underlying storage engine for the Seneca entity API, allowing CRUD operations via save$, load$, list$, and remove$. It differs from other Seneca stores by leveraging Redis for in-memory persistence with optional persistence to disk. The package is relatively stable but not actively maintained, with infrequent releases.