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

Trailing slash breaks pymemcached #337

Closed
WhyNotHugo opened this issue Oct 16, 2021 · 5 comments · Fixed by #341
Closed

Trailing slash breaks pymemcached #337

WhyNotHugo opened this issue Oct 16, 2021 · 5 comments · Fixed by #341
Assignees
Labels
bug Something isn't working

Comments

@WhyNotHugo
Copy link

When using pymemcached, a trailing slash in the URL breaks. This works:

export CACHE_URL="pymemcache://memcached:11211?key_prefix=ci"

But this fails with a ConnectionRefusedError: [Errno 111] Connection refused:

export CACHE_URL="pymemcache://memcached:11211/?key_prefix=ci"
@sergeyklay sergeyklay added the bug Something isn't working label Oct 17, 2021
@sergeyklay sergeyklay self-assigned this Oct 17, 2021
@sergeyklay
Copy link
Collaborator

Thank you for reporting. I'll try to sort out ASAP.

sergeyklay added a commit that referenced this issue Oct 19, 2021
@sergeyklay sergeyklay linked a pull request Oct 19, 2021 that will close this issue
@sergeyklay
Copy link
Collaborator

sergeyklay commented Oct 19, 2021

Fixed in develop branch. I'll release a hotfix in next days. Thank you for contributing.

@sergeyklay
Copy link
Collaborator

@WhyNotHugo
Copy link
Author

WhyNotHugo commented Oct 20, 2021 via email

@sergeyklay
Copy link
Collaborator

You're welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants