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 need to perform a multi.mGet(...) but return values as Buffers.
This works outside of multi:
client.mGet(commandOptions({returnBuffers:true}), <keys>)
But fails with a type error for multi (mGet expects 1 argument)
multi.mGet(commandOptions({returnBuffers:true}), <keys>)
Is this a bug or is there an alternative to run multi() and return Buffers?
20.18.2
7.4.2
4.7.0
macOS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I need to perform a multi.mGet(...) but return values as Buffers.
This works outside of multi:
But fails with a type error for multi (mGet expects 1 argument)
Is this a bug or is there an alternative to run multi() and return Buffers?
Node.js Version
20.18.2
Redis Server Version
7.4.2
Node Redis Version
4.7.0
Platform
macOS
Logs
The text was updated successfully, but these errors were encountered: