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
Hi,
This issue brought to my attention that client.duplicate() does not exist if the client was created with new Redis.Cluster({ ... }).
client.duplicate()
new Redis.Cluster({ ... })
It seems trivial to add and I don't mind making a PR for it, but I'd like to know if it's intentional or an oversight before spending time on this!
Thank you
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. It doesn't exist on Cluster simply because we forgot to add it 🤣. PR is welcome.
Cluster
Sorry, something went wrong.
This was added in #926 and released in v4.12.0
No branches or pull requests
Hi,
This issue brought to my attention that
client.duplicate()
does not exist if the client was created withnew Redis.Cluster({ ... })
.It seems trivial to add and I don't mind making a PR for it, but I'd like to know if it's intentional or an oversight before spending time on this!
Thank you
The text was updated successfully, but these errors were encountered: