aiomcache
aiomcache copied to clipboard
Minimal asyncio memcached client
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...
We are using the latest release. Caught the following in Sentry in production:   We are running memcached on preemptible nodes in GCP and I suspect that the server...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.3 to 0.19.0. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.19.0 title: 'pytest-asyncio: pytest support for asyncio' pytest-asyncio is an Apache2 licensed library, written in Python, for...
adds Client arg for method to decode values which have flags
Will I be able to use TLS encryption in future releases?
Pending mypy support for `Concatenate`.
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...
Thanks for building this amazing lib! I was wondering if you can share an example for using `aiomcache` to connect to a memcached cluster with more than one host? Seems...
This appears to be because [_multi_get()](https://github.com/aio-libs/aiomcache/blob/ca3e79e1bf1dd262835162da3748f5515046a48b/aiomcache/client.py#L78) defaults `with_cas=True` but the callers are all written as if the default were `with_cas=False`.
would be really nice to have conn/read timeouts such that they do the right thing with the connector when they're hit