diff --git a/packages/client/index.ts b/packages/client/index.ts index 7e2d25f6d1..8b21c5d5a3 100644 --- a/packages/client/index.ts +++ b/packages/client/index.ts @@ -15,8 +15,10 @@ export const createCluster = RedisCluster.create; export { defineScript } from './lib/lua-script'; -export { GeoReplyWith } from './lib/commands/generic-transformers'; - export * from './lib/errors'; -export { SetOptions } from "./lib/commands/SET"; +export { GeoReplyWith } from './lib/commands/generic-transformers'; + +export { SetOptions } from './lib/commands/SET'; + +export { RedisFlushModes } from './lib/commands/FLUSHALL';