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

IPv6 support #257

Closed
mstute opened this issue Nov 12, 2019 · 2 comments · Fixed by #296
Closed

IPv6 support #257

mstute opened this issue Nov 12, 2019 · 2 comments · Fixed by #296

Comments

@mstute
Copy link

mstute commented Nov 12, 2019

I'm dealing with a production environment where memcached are IPv6 only. The code in _connect assumes IP connections are IPv4 "self.socket_module.AF_INET".

Do you have plans to handle "IPv6 URI", for example: ('inet6:memcache-a', 11211) ?

@jparise
Copy link
Collaborator

jparise commented Nov 12, 2019

We'd be happy to support IPv6 and would gladly accept a patch that adds that capability.

@mstute
Copy link
Author

mstute commented Nov 12, 2019

Great, I'll find some resources to handle that.

ngnpope added a commit to ngnpope/pymemcache that referenced this issue Sep 3, 2020
ngnpope added a commit to ngnpope/pymemcache that referenced this issue Sep 3, 2020
ngnpope added a commit to ngnpope/pymemcache that referenced this issue Sep 3, 2020
ngnpope added a commit to ngnpope/pymemcache that referenced this issue Sep 3, 2020
ngnpope added a commit to ngnpope/pymemcache that referenced this issue Sep 3, 2020
ngnpope added a commit to ngnpope/pymemcache that referenced this issue Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants