@supaproxy/redis
v1.0.1
Published
Redis session store adapter for SupaProxy
Downloads
426
Readme
@supaproxy/redis
Redis session store adapter for SupaProxy. Manages session persistence with ioredis.
Install
pnpm add @supaproxy/redisUsage
import { createRedisSession } from '@supaproxy/redis'
const sessionStore = createRedisSession('localhost', 6379)