aiomcache
aiomcache copied to clipboard
Encryption via TLS
Will I be able to use TLS encryption in future releases?
The library just uses asyncio.open_connection(): https://github.com/aio-libs/aiomcache/blob/master/aiomcache/pool.py#L68
If you need to pass some additional parameters for it to work, then I'm sure we can accept a PR to allow that.