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 52e5562 commit 5458828Copy full SHA for 5458828
packages/client/index.ts
@@ -7,6 +7,7 @@ export * from './lib/errors';
7
import RedisClient, { RedisClientOptions, RedisClientType } from './lib/client';
8
export { RedisClientOptions, RedisClientType };
9
export const createClient = RedisClient.create;
10
+export { CommandParser } from './lib/client/parser';
11
12
import { RedisClientPool, RedisPoolOptions, RedisClientPoolType } from './lib/client/pool';
13
export { RedisClientPoolType, RedisPoolOptions };
0 commit comments