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

scan() method not working with pattern containing slashes #101

Conversation

syffer
Copy link
Contributor

@syffer syffer commented Feb 6, 2022

The scan() method does not work when a slash character / is used in a key or in the match pattern.

The reason behind this is because the character / is also used in the regex as a the regex delimiter, so every original / must be escaped in order to work properly.

@syffer syffer requested a review from a team as a code owner February 6, 2022 22:32
thirsch added a commit to vemaeg/RedisMock that referenced this pull request Dec 28, 2022
@omansour omansour merged commit a35f09d into BedrockStreaming:master Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants