Skip to content
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

[BUG] got error when use aliyun redis cluster #442

Open
zuiwanting opened this issue Apr 29, 2022 · 5 comments
Open

[BUG] got error when use aliyun redis cluster #442

zuiwanting opened this issue Apr 29, 2022 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@zuiwanting
Copy link

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

@zuiwanting zuiwanting added the bug Something isn't working label Apr 29, 2022
@zuiwanting zuiwanting changed the title [BUG] rerr when use aliyun redis cluster [BUG] got error when use aliyun redis cluster Apr 29, 2022
@hibiken
Copy link
Owner

hibiken commented 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
Copy link

Danny5487401 commented May 30, 2022

@hibiken

asynq: pid=1 2022/05/31 14:23:00.740391 ERROR: Failed to write server state data: UNKNOWN: redis command error: SADD failed: MOVED 15197 172.16.71.100:6379

so how to fix this when i use aliyun redis cluster? redis cluster version is 6.0 from ali

@hibiken hibiken added question Further information is requested and removed bug Something isn't working labels Jun 26, 2022
@zuiwanting
Copy link
Author

image
need modify lua script

@lisiru
Copy link

lisiru commented Aug 21, 2023

how to fix this problem

@duckjiangwei
Copy link

I have also encountered this problem and look forward to resolving it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants