{"library":"egg-session-redis","type":"library","category":null,"description":"Redis-based session store plugin for the Egg.js framework (v2.1.0, stable). Designed to persist session data in Redis, leveraging the egg-redis plugin. Requires both egg-redis and egg-session-redis to be enabled. Supports single and multiple Redis instances with configurable instance selection. Minimal configuration; works out-of-the-box with a single Redis client. Active maintenance, used in production by many Egg.js projects. Key differentiator: seamless integration with Egg.js lifecycle, no boilerplate.","language":"javascript","status":"active","version":"2.1.0","tags":["javascript","egg","eggPlugin","egg-plugin","session","redis","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install egg-session-redis","imports":["exports.sessionRedis = { enable: true, package: 'egg-session-redis' };","exports.sessionRedis = { name: 'session' };","exports.redis = { client: { host: '...', port: 6379, password: '', db: 0 }, agent: true };"]},{"cmd":"yarn add egg-session-redis","imports":[]},{"cmd":"pnpm add egg-session-redis","imports":[]}],"homepage":"https://github.com/eggjs/egg-session-redis#readme","github":"https://github.com/eggjs/egg-session-redis","docs":null,"changelog":null,"pypi":null,"npm":"egg-session-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}