DonalEvans commented on pull request #6870:
URL: https://github.com/apache/geode/pull/6870#issuecomment-921037920


   > @DonalEvans The native redis code that parses the glob pattern does 
nothing with quotes. So I think what you are seeing is something redis-cli 
adds. If a double or single quote end up getting passed in as part of the 
pattern it will just be treated as a literal character. The ones I added to the 
unit test were to make sure all the parsing code had coverage. I can add those 
also to the existing glob integration test
   
   Ah, thanks for the explanation. Given that, I think the existing coverage is 
sufficient.


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