We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0d840 commit a00aeb5Copy full SHA for a00aeb5
packages/redis/src/index.ts
@@ -23,4 +23,4 @@ export function redis(options?: RedisOptions) {
23
export * from './ratelimit-storage';
24
export * from './mutex-storage';
25
export * from './semaphore-storage';
26
-export { RedisCache as RedisCacheProvider };
+export { RedisCache as RedisCacheProvider, RedisCache };
0 commit comments