-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add IPv6 support #136
base: master
Are you sure you want to change the base?
Add IPv6 support #136
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
ping @dd32 @GaryJones |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reading the changes here, I don't see any issues with it, other than a few minor coding style notes.
I think it's worth noting that it also looks like a Unix socket would continue working if it's added as such, which while undocumented, technically would work.
$memcached_servers = array(
'default' => array(
'/path/to/socket:0'
}
);
32d0eb5
to
1e33e66
Compare
Add Hostinger we run memcached on ::1 (IPv6-only), and noticed, that it do not work. Let's get fix it. Signed-off-by: Donatas Abraitis <donatas.abraitis@hostinger.com>
1e33e66
to
625d68e
Compare
Thanks for a quick review, I fixed the suggested changes. Also rebased and force-pushed. |
No description provided.