Is it possible to use unix socket location instead of TCP IP address? For example: `/var/run/memcached.sock` And how to use it inside `Client.create()` ?
Is it possible to use unix socket location instead of TCP IP address? For example:
/var/run/memcached.sockAnd how to use it inside
Client.create()?