Last updated 2 years ago
> >
SSX Redis Session Store Provider settings.
Signature:
export declare type SSXRedisSessionStoreProvider = { service: 'redis'; redisUrl: string; };