We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e057e commit 63e5228Copy full SHA for 63e5228
packages/client/index.ts
@@ -15,8 +15,10 @@ export const createCluster = RedisCluster.create;
15
16
export { defineScript } from './lib/lua-script';
17
18
+export * from './lib/errors';
19
+
20
export { GeoReplyWith } from './lib/commands/generic-transformers';
21
-export * from './lib/errors';
22
+export { SetOptions } from './lib/commands/SET';
23
-export { SetOptions } from "./lib/commands/SET";
24
+export { RedisFlushModes } from './lib/commands/FLUSHALL';
0 commit comments