You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/12/05 15:53:58 UTC

[GitHub] [incubator-kvrocks] git-hulk opened a new issue, #1161: Inconsistent NOSCRIPT error reply in the eval command

git-hulk opened a new issue, #1161:
URL: https://github.com/apache/incubator-kvrocks/issues/1161

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   As mentioned in https://github.com/apache/incubator-kvrocks/issues/485#issuecomment-1145563442, 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?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk closed issue #1161: Inconsistent NOSCRIPT error reply in the eval command

Posted by GitBox <gi...@apache.org>.
git-hulk closed issue #1161: Inconsistent NOSCRIPT error reply in the eval command 
URL: https://github.com/apache/incubator-kvrocks/issues/1161


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org