Redis store for koa-session, version 1.0.5. This package provides a Redis-backed storage adapter for the koa-session middleware in Koa applications. It allows session data to be persisted in Redis, enabling shared sessions across multiple server instances. The store is designed for Node.js >=4.8.7 and works with koa-session. Compared to other session stores, it leverages Redis for speed and scalability. The library is minimal with no external dependencies beyond Redis and koa-session. However, the repository appears to have no recent activity since 2019, and the package lacks TypeScript typings.
npm install koa-session-redis-storeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to set up koa-session with Redis store, using async/await and Koa framework.
Consider using koa-redis or koa-session directly with ioredis.
Create a declaration file (declare module 'koa-session-redis-store') or use a type-safe alternative.
Upgrade to a maintained package that supports modern Node.js.
Run `npm install koa-session-redis-store` and ensure the import is correct: import RedisStore from 'koa-session-redis-store'
Use default import: import RedisStore from 'koa-session-redis-store'
Verify Redis server is running and configure store with correct host, port, and password.
No dependency data recorded yet.