@lucia-auth/adapter-session-redis
v2.1.2
Published
Redis session adapter for Lucia
Downloads
157
Maintainers
Readme
@lucia-auth/adapter-session-redis
Redis session adapters for Lucia v2.
Included adapters
Installation
npm install @lucia-auth/adapter-session-redis
Testing
Redis
Add the port of a local Redis DB to .env
.
pnpm test.redis
Upstash
Add the UPSTASH_REDIS_REST_URL
and the UPSTASH_REDIS_REST_TOKEN
to .env
.
pnpm test.upstash