-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
Comments
@zuiwanting Thank you for opening an issue (sorry for the delay in response). Is this redis-cluster implementation different from the Open-Source version? |
so how to fix this when i use aliyun redis cluster? redis cluster version is 6.0 from ali |
how to fix this problem |
I have also encountered this problem and look forward to resolving it |
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
The text was updated successfully, but these errors were encountered: