redis / ioredis

🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
MIT License
14.07k stars 1.19k forks source link

fix: send correct command during auto-pipelining of .call() operations #1841

Open kylecannon opened 7 months ago

kylecannon commented 7 months ago

This PR backports the work by @Fusl into v4 due to the bug existing there as well. https://github.com/redis/ioredis/pull/1579

kylecannon commented 3 months ago

any chance we can get this merged and a patch release pushed out?