1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

exported GeoReplyWith (#2082)

This commit is contained in:
Guy Royse
2022-04-18 12:28:53 -04:00
committed by GitHub
parent 4d1a86543b
commit c5b706b385

View File

@@ -15,4 +15,6 @@ export const createCluster = RedisCluster.create;
export { defineScript } from './lib/lua-script';
export { GeoReplyWith } from './lib/commands/generic-transformers';
export * from './lib/errors';