Better Queue Memory Store

JSON →
library 1.0.4 ·javascript
verified Jun 7, 2026

An ephemeral, in-memory store for the better-queue task queue library. Version 1.0.4 is the current stable release; no major updates since initial publication. It is the default store for better-queue and offers the fastest possible performance because all data lives in memory. Unlike persistent stores (e.g., SQLite or Redis), this store loses all queued items on process restart. It is ideal for development, testing, or workloads where queue durability is not required. The package is maintained as part of the diamondio/better-queue ecosystem.