Type Alias: AuthClientRedis
Type Alias: AuthClientRedis
AuthClientRedis =
Pick<Redis,"get"|"ping">
Defined in: auth-server-nest/src/config/auth-client.config.ts:89
Narrow Redis type — we only use get + ping. Anything ioredis-compatible works.
AuthClientRedis =
Pick<Redis,"get"|"ping">
Defined in: auth-server-nest/src/config/auth-client.config.ts:89
Narrow Redis type — we only use get + ping. Anything ioredis-compatible works.