We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If my memcached is running via unix socket, the current plugin does not support this model.
Run memcached via unix socket: memcached -u root -m 5120 -c 5120 -t 17 -s /var/run/memcached.sock -a 777
memcached -u root -m 5120 -c 5120 -t 17 -s /var/run/memcached.sock -a 777
The text was updated successfully, but these errors were encountered:
memcached plugin: support unix sockets
8432a8d
closes #415
e2e15a9
I'll have a fix for this soon, thanks for pointing it out @cicerocomp
Sorry, something went wrong.
7935cda
03863bd
Successfully merging a pull request may close this issue.
If my memcached is running via unix socket, the current plugin does not support this model.
Run memcached via unix socket:
memcached -u root -m 5120 -c 5120 -t 17 -s /var/run/memcached.sock -a 777
The text was updated successfully, but these errors were encountered: