Open hafeyang opened 7 years ago
i want using redis sentinel but i found snippets source code
if opts.client?.constructor?.name is "RedisClient" @redis = opts.client else @redis = RedisInst.createClient(opts.port, opts.host, opts.options)
node-redis-sentinel/ ioredis constructor.name is "RedisSentinelClient"/"Redis"
constructor.name
node-redis-sentinel-client ioredis
Pull request https://github.com/smrchy/rsmq/pull/57 adds ioRedis support.
i want using redis sentinel but i found snippets source code
node-redis-sentinel/ ioredis
constructor.name
is "RedisSentinelClient"/"Redis"node-redis-sentinel-client ioredis