-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi/Pipeline operations in cluster mode failing if project processed with babel-loader #1288
Closed
RomanLubushkin opened this issue
Feb 10, 2021
· 1 comment
· Fixed by #1298, grouparoo/grouparoo#1475, tduyng/nestjs-graphql-prisma#85, actionhero/actionhero#1753 or Kiri-Discord/kiribotdiscord#37
Closed
Multi/Pipeline operations in cluster mode failing if project processed with babel-loader #1288
RomanLubushkin opened this issue
Feb 10, 2021
· 1 comment
· Fixed by #1298, grouparoo/grouparoo#1475, tduyng/nestjs-graphql-prisma#85, actionhero/actionhero#1753 or Kiri-Discord/kiribotdiscord#37
Comments
luin
added a commit
that referenced
this issue
Mar 14, 2021
luin
added a commit
that referenced
this issue
Mar 14, 2021
🎉 This issue has been resolved in version 4.23.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Mar 14, 2021
This was referenced Mar 15, 2021
janus-dev87
added a commit
to janus-dev87/ioredis-work
that referenced
this issue
Mar 1, 2024
## [4.23.1](redis/ioredis@v4.23.0...v4.23.1) (2021-03-14) ### Bug Fixes * **cluster:** issues when code is processed by babel ([#1298](redis/ioredis#1298)) ([bfc194d](redis/ioredis@bfc194d)), closes [#1288](redis/ioredis#1288)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following error occurs if using multi or pipeline operation in the cluster mode if a project processed with babel-loader.
Tested on code sample from the docs (assuming cluster is up on 7000-7005 ports):
Here is an archive with a minimum reproducible project: ioredis-multi-call-issue.zip.
To run the project (assuming cluster is up on 7000-7005 ports):
To build the project from sources and run
PS
I've used following image to setup dev cluster
The text was updated successfully, but these errors were encountered: