Skip to content

Commit 7c7004e

Browse files
committed
restore export of RedisOptions
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 73fd295 commit 7c7004e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Cog, CogLoaderOptions } from '@cisl/cog-loader';
22
import { Message } from 'amqplib';
33

44
import { RedisOptions } from 'ioredis';
5+
export { RedisOptions } from 'ioredis';
56

67
export interface MongoOptions {
78
host: string;

0 commit comments

Comments
 (0)