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
When passing an array to mset bigger than 103000 I get
const arr = new Array(103000).fill('1'); cacheRepo.multiSetObject(arr);
will throw a Maximum call stack size exceeded exception on
Maximum call stack size exceeded
if (Array.isArray(toSet)) { args.push(...toSet.flat()); }
v18.14.2
aws redis
1.5.7
macOS
No response
The text was updated successfully, but these errors were encountered:
fix: redis#2522 max call stack size exceeded on MSET function with se…
244354f
…veral arguments
@omer727 Same problem here! I've just pushed an PR that fix this issue
Sorry, something went wrong.
No branches or pull requests
Description
When passing an array to mset bigger than 103000 I get
will throw a
Maximum call stack size exceeded
exception onNode.js Version
v18.14.2
Redis Server Version
aws redis
Node Redis Version
1.5.7
Platform
macOS
Logs
No response
The text was updated successfully, but these errors were encountered: