You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Version
As mentioned in #485 (comment), Redis will reply NOSCRIPT No matching script. Please use EVAL error, but Kvrocks will append an ERR as its prefix. And it will cause a compatible issue in some cases like go-redis will use this error message to determine the next step.
Minimal reproduce step
redis-cli > evalsha 123 0
What did you expect to see?
got an error NOSCRIPT No matching script. Please use EVAL
What did you see instead?
got an error ERR NOSCRIPT No matching script. Please use EVAL
Anything Else?
No response
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
As mentioned in #485 (comment), Redis will reply
NOSCRIPT No matching script. Please use EVAL
error, but Kvrocks will append anERR
as its prefix. And it will cause a compatible issue in some cases like go-redis will use this error message to determine the next step.Minimal reproduce step
What did you expect to see?
got an error
NOSCRIPT No matching script. Please use EVAL
What did you see instead?
got an error
ERR NOSCRIPT No matching script. Please use EVAL
Anything Else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: