nathanlo-hrt opened a new pull request, #2599:
URL: https://github.com/apache/kvrocks/pull/2599

   Currently a match pattern like `*ab*` is silently accepted, because we only 
check whether the last character is *, so SCAN just looks for keys beginning 
with the literal `*ab`. 
   
   However this is misleading; this PR makes this check more precise.


-- 
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