rsmq icon indicating copy to clipboard operation
rsmq copied to clipboard

not support node-redis-sentinel or ioredis?

Open hafeyang opened this issue 7 years ago • 1 comments

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"

node-redis-sentinel-client ioredis

hafeyang avatar Aug 17 '17 12:08 hafeyang

Pull request https://github.com/smrchy/rsmq/pull/57 adds ioRedis support.

itaylor avatar Sep 07 '17 04:09 itaylor