coa-redis

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

coa-redis (v1.7.0) is a lightweight Redis component for the coajs framework on Node.js, written in TypeScript and built on top of ioredis. It provides functional components including a key-value data cache, a lightweight message queue with worker pattern, cron-based timing tasks, and distributed locks. All operations require a namespace parameter for data isolation. The library is small (hundreds of lines) with no third-party dependencies beyond ioredis. Release cadence is low, with the last update likely from 2021.