mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #442] [BUG] got error when use aliyun redis cluster #2226
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2226
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zuiwanting on GitHub (Apr 29, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/442
Originally assigned to: @hibiken on GitHub.
aliyun redis cluster has limit in use lua script
err message as follow:
bad lua script for redis cluster, all the keys that the script uses should be passed using the KEYS array, and KEYS should not be in expression
the reference doc link may is :
https://help.aliyun.com/document_detail/145968.htm?spm=a2c4g.11186623.0.0.43c23732F5QAva#concept-2353537
@hibiken commented on GitHub (May 10, 2022):
@zuiwanting Thank you for opening an issue (sorry for the delay in response).
Is this redis-cluster implementation different from the Open-Source version?
@Danny5487401 commented on GitHub (May 30, 2022):
@hibiken
so how to fix this when i use aliyun redis cluster? redis cluster version is 6.0 from ali
@zuiwanting commented on GitHub (Sep 28, 2022):
need modify lua script
@lisiru commented on GitHub (Aug 21, 2023):
how to fix this problem
@duckjiangwei commented on GitHub (Aug 23, 2024):
I have also encountered this problem and look forward to resolving it