Skip to content

Commit 5458828

Browse files
committed
Export CommandParser from client index file
1 parent 52e5562 commit 5458828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export * from './lib/errors';
77
import RedisClient, { RedisClientOptions, RedisClientType } from './lib/client';
88
export { RedisClientOptions, RedisClientType };
99
export const createClient = RedisClient.create;
10+
export { CommandParser } from './lib/client/parser';
1011

1112
import { RedisClientPool, RedisPoolOptions, RedisClientPoolType } from './lib/client/pool';
1213
export { RedisClientPoolType, RedisPoolOptions };

0 commit comments

Comments
 (0)