-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix autopipeling for buffer function + added built in commands #1231
Conversation
The PR LGTM to me, go on and file it! |
Ok great, i'll try get this PR ready in the next couple days |
This seems to have fallen through the cracks - @luin is anything holding up this PR from being merged? (It would also be useful for us). Thanks! 🙂 |
@luin anything new about it ? |
Hi @luin , any update on this? A friendly ping |
## [4.27.3](v4.27.2...v4.27.3) (2021-05-22) ### Bug Fixes * autopipeling for buffer function ([#1231](#1231)) ([abd9a82](abd9a82))
🎉 This PR is included in version 4.27.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sorry for the delay! I overlooked the notifications for this thread. Awesome works @adamnoakes & @ShogunPanda! |
Hi @luin, thanks, I will try this change on Monday. Thanks @adamnoakes and @ShogunPanda |
## [4.27.3](redis/ioredis@v4.27.2...v4.27.3) (2021-05-22) ### Bug Fixes * autopipeling for buffer function ([#1231](redis/ioredis#1231)) ([abd9a82](redis/ioredis@abd9a82))
A fix for #1228
Also came across #621 whilst looking into this, and realised similar issue could exist for commands created via createBuiltinCommand, i added a suggested addBuiltinCommand to fix this.