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 4d1a865 commit c5b706bCopy full SHA for c5b706b
packages/client/index.ts
@@ -15,4 +15,6 @@ export const createCluster = RedisCluster.create;
15
16
export { defineScript } from './lib/lua-script';
17
18
+export { GeoReplyWith } from './lib/commands/generic-transformers';
19
+
20
export * from './lib/errors';
0 commit comments