Redis Provider
Redis cache and key-value provider with the official Node client for Express applications.
Installation Guide
npx servercn-cli@latest add pr redis Basic Implementation
1. Env Configuration
2. Redis Client
Usage
Connect the client when your app boots (after importing the module so the client exists), then use the helpers or the raw client.
The template includes inline comment examples for OTP-style keys at the bottom of redis.ts.