diff --git a/packages/client/index.ts b/packages/client/index.ts index 7e2d25f6d1b..8b21c5d5a32 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 * from './lib/errors'; + export { GeoReplyWith } from './lib/commands/generic-transformers'; -export * from './lib/errors'; +export { SetOptions } from './lib/commands/SET'; -export { SetOptions } from "./lib/commands/SET"; +export { RedisFlushModes } from './lib/commands/FLUSHALL';