redis / node-redis

Redis Node.js client
https://redis.js.org/
MIT License
16.95k stars 1.89k forks source link

fix: #2522 max call stack size exceeded on MSET function #2817

Open higoramp opened 3 months ago

higoramp commented 3 months ago

Passing an array with several items to mset will throw a Maximum call stack size exceeded exception on args.push

higoramp commented 3 months ago

@sjpotter Could you please review the PR?

sjpotter commented 3 months ago

for those that got notified, I accidentally replied to a different issue to this one.