We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Pull request #57 adds ioRedis support.
Sorry, something went wrong.
smrchy
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: