A lightweight Node.js application archetype that provides lifecycle boilerplate for Express/Koa apps using Redis. The package wraps Redis and Koa.js integration with automatic configuration from process.env. v0.9.11 is the current release with no active development since 2018. It primarily relies on app-spec for spec parsing and is used by a few hobby projects. No type definitions, ESM-only or CJS pattern, last pubished 2018.
npm install redis-koa-appNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows minimal usage: requires redis-koa-app, passes package.json, config spec, and a main function that starts Koa.
Consider using modern alternatives like koa + ioredis directly or a framework with Redis support.
Ensure the third argument is a function that returns the actual app object or a promise.
Use dotenv or env-var for environment variable parsing.
Run `npm install redis-koa-app` or `yarn add redis-koa-app`.
Use `const redisKoaApp = require('redis-koa-app')` (CommonJS) not ES6 import.Define spec object with 'env' properties for each environment variable.