aiomcache icon indicating copy to clipboard operation
aiomcache copied to clipboard

Added support for connecting via unix socket

Open vobinics opened this issue 5 years ago • 2 comments

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.

vobinics avatar Jun 05 '20 18:06 vobinics

Could you merge master and also add information to the documentation about this option?

Dreamsorcerer avatar Jan 14 '22 19:01 Dreamsorcerer

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 unix without host/port.

Sorry for the delay in reviewing.

Dreamsorcerer avatar Jan 16 '22 18:01 Dreamsorcerer