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

Add support for Node Redis version 4.x clients #12

Open
soundslocke opened this issue Jul 23, 2022 · 0 comments
Open

Add support for Node Redis version 4.x clients #12

soundslocke opened this issue Jul 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@soundslocke
Copy link
Member

This would likely lead to a new 2.x release for this library which might not be backwards compatible with Node Redis clients of version 3.x. It would depend on whether there is a clean way to differentiate between client instance types. Something to look into.

I'm also not sure how useful this would be given Node Redis 4.x supports scan iterators now. One use might be in providing methods which return all of the gathered values at once, which would be less verbose/cumbersome than writing iterator loops every time you want to scan and could be preferable, given the context. 🤔

@soundslocke soundslocke added the enhancement New feature or request label Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant