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

Fix: incorrect redis url regex pattern #456

Merged
merged 1 commit into from Dec 18, 2023

Conversation

tqwewe
Copy link
Contributor

@tqwewe tqwewe commented Dec 18, 2023

The url redis://redis-22.c21.ap-southeast-2-1.ec2.cloud.redislabs.com:11682 is not valid when adding a redis connection.

This PR changes the regex to only ensure the url starts with redis://.

Screen Shot 2023-12-18 at 19 24 43

@mwylde mwylde merged commit 4768fe2 into ArroyoSystems:master Dec 18, 2023
4 checks passed
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.

None yet

3 participants