aiomcache icon indicating copy to clipboard operation
aiomcache copied to clipboard

Minimal asyncio memcached client

Results 17 aiomcache issues
Sort by recently updated
recently updated
newest added

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...

dependencies

We are using the latest release. Caught the following in Sentry in production: ![image](https://user-images.githubusercontent.com/2793551/185211962-fab5d1b8-267b-42de-85f3-be6de7317b4b.png) ![image](https://user-images.githubusercontent.com/2793551/185212099-654cb772-6645-45f3-9b91-72527cf0a18e.png) 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...

dependencies

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

enhancement