Open
Description
Description
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
if (Array.isArray(toSet)) {
args.push(...toSet.flat());
}
Node.js Version
v18.14.2
Redis Server Version
aws redis
Node Redis Version
1.5.7
Platform
macOS
Logs
No response