You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
some cleanups
This commit is contained in:
@@ -17,8 +17,7 @@ export { RedisClusterType, RedisClusterOptions };
|
||||
export const createCluster = RedisCluster.create;
|
||||
|
||||
import RedisSentinel from './lib/sentinel';
|
||||
import { RedisSentinelOptions, RedisSentinelType } from './lib/sentinel/types';
|
||||
export { RedisSentinelType, RedisSentinelOptions };
|
||||
export { RedisSentinelOptions, RedisSentinelType } from './lib/sentinel/types';
|
||||
export const createSentinel = RedisSentinel.create;
|
||||
|
||||
// export { GeoReplyWith } from './lib/commands/generic-transformers';
|
||||
|
Reference in New Issue
Block a user