taylorchu commented on issue #485:
URL: 
https://github.com/apache/incubator-kvrocks/issues/485#issuecomment-1145563442

   it is a protocol-related issue from lua script from calling evalsha:
   
   the application will first use evalsha to see if script is cached. if it is 
not cached, then retry with eval. however the library I used (go-redis) 
requires NOSCRIPT error string to be formatted in certain way.
   
   redis: NOSCRIPT No matching script. Please use EVAL.
   kvrocks: ERR NOSCRIPT No matching script. Please use EVAL


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to