rsmq
rsmq copied to clipboard
not support node-redis-sentinel or ioredis?
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"
Pull request https://github.com/smrchy/rsmq/pull/57 adds ioRedis support.