meta-memcache-py icon indicating copy to clipboard operation
meta-memcache-py copied to clipboard

Modern, pure python, memcache client with support for new meta commands.

Results 6 meta-memcache-py issues
Sort by recently updated
recently updated
newest added

It would be nice to generate documentation something like readthrdocs.

1. add tests with supports python version 3.8-3.12 2. upgrade requirements 3. ignore IDE dirs and files 4. change toml file 5. wirkflow on python 3.8-3.12 6. __init__.py version 2.0.0...

This library looks interesting, but it appears to be still synchronous, which makes it not as feasible for async projects as it blocks. It looks like any network based libraries...

Trying to remove the code that adds the magic header for decompression. This requires changes here to be merged into zstandard: https://github.com/swehner/python-zstandard/pull/1

Now that keys have a domain, we can implement per-domain metrics. Instantiate the `DefaultExecutor` with a metrics collector to collect the metrics. Keys without domain will use `default`.

It seems you have no commands - [Debug](https://github.com/memcached/memcached/blob/b1aefcdf8a265f8a5126e8aa107a50988fa1ec35/doc/protocol.txt#L463C1-L463C11)