There was an error while loading. Please reload this page.
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