Redis Koa2 application archetype (v0.7.15) providing boilerplate lifecycle management for Koa applications with Redis integration. It extracts configuration from environment variables according to a spec file and invokes a main function. Used by several projects like geo-cache, refind, and resend. Its key differentiator is a minimal, convention-over-configuration approach focused on Redis-backed Koa apps. Development appears to be stalled with no recent releases or maintenance updates.
npm install redis-koa-app-rpfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows minimal setup with spec definition, main function, and entry point invocation.
Consider migrating to a more modern framework like koa2+ with manual Redis setup.
Ensure you pass all three required arguments; otherwise, the application will throw.
Define all required environment variables or provide defaults in the spec.
Use require('redis-koa-app-rpf')(pkg, spec, main) with three arguments.Ensure REDIS_URL is set in environment or provide a default in spec.
Run npm install app-spec --save