redis_setup_sessions
Configure Redis-backed session management with secure storage, expiration TTL, and sliding refresh for Express, Fastify, Koa, or NestJS.
Instructions
Set up Redis-backed session management with secure storage and expiration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| framework | No | Server framework | express |
| session_ttl | No | Session TTL in seconds (default 24 hours) | |
| include_refresh | No | Whether to include sliding window refresh |