Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not support node-redis-sentinel or ioredis? #55

Open
hafeyang opened this issue Aug 17, 2017 · 1 comment
Open

not support node-redis-sentinel or ioredis? #55

hafeyang opened this issue Aug 17, 2017 · 1 comment
Assignees

Comments

@hafeyang
Copy link

hafeyang commented Aug 17, 2017

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

@itaylor
Copy link

itaylor commented Sep 7, 2017

Pull request #57 adds ioRedis support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants