Skip to content

Commit 63e5228

Browse files
authored
fix #2411 - export RedisFlushModes (#2425)
1 parent 26e057e commit 63e5228

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/client/index.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ export const createCluster = RedisCluster.create;
1515

1616
export { defineScript } from './lib/lua-script';
1717

18+
export * from './lib/errors';
19+
1820
export { GeoReplyWith } from './lib/commands/generic-transformers';
1921

20-
export * from './lib/errors';
22+
export { SetOptions } from './lib/commands/SET';
2123

22-
export { SetOptions } from "./lib/commands/SET";
24+
export { RedisFlushModes } from './lib/commands/FLUSHALL';

0 commit comments

Comments
 (0)