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

Inconsistent NOSCRIPT error reply in the eval command #1161

Closed
2 tasks done
git-hulk opened this issue Dec 5, 2022 · 0 comments · Fixed by #1162 or #2201
Closed
2 tasks done

Inconsistent NOSCRIPT error reply in the eval command #1161

git-hulk opened this issue Dec 5, 2022 · 0 comments · Fixed by #1162 or #2201
Labels
bug type bug

Comments

@git-hulk
Copy link
Member

git-hulk commented Dec 5, 2022

Search before asking

  • 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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug type bug
Projects
None yet
1 participant