Skip to content

Commit a00aeb5

Browse files
committed
fix: backwards compatibility for redis package
1 parent 5e0d840 commit a00aeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/redis/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export function redis(options?: RedisOptions) {
2323
export * from './ratelimit-storage';
2424
export * from './mutex-storage';
2525
export * from './semaphore-storage';
26-
export { RedisCache as RedisCacheProvider };
26+
export { RedisCache as RedisCacheProvider, RedisCache };

0 commit comments

Comments
 (0)