aiomcache
aiomcache copied to clipboard
Added support for connecting via unix socket
These changes do not violate the old code, but complement it Unix socket connection is 30% faster than TCP Now, if there is a file along the path /tmp/memcached.sock, then a unix connection is selected I think this change will help other developers who need a Unix connection.
Could you merge master and also add information to the documentation about this option?
We also need a new test.
So, if you'd like to finish off this PR and get it merged, we need:
- Merge master.
- Add a test.
- Update documentation.
- Allow using
unixwithout host/port.
Sorry for the delay in reviewing.