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
Will I be able to use TLS encryption in future releases?
The text was updated successfully, but these errors were encountered:
The library just uses asyncio.open_connection(): https://github.com/aio-libs/aiomcache/blob/master/aiomcache/pool.py#L68
asyncio.open_connection()
If you need to pass some additional parameters for it to work, then I'm sure we can accept a PR to allow that.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Will I be able to use TLS encryption in future releases?
The text was updated successfully, but these errors were encountered: