Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aisk/python-memcache

Experimental memcached client library for python.
https://github.com/aisk/python-memcache

cache memcache memcached python

Last synced: about 2 months ago
JSON representation

Experimental memcached client library for python.

Awesome Lists containing this project

README

        

# memcache

Experimental memcached client library for python. This project is in WIP status, please don't use it in production environment.

Key features:

- Based on memcached's new meta commands;
- Asyncio support;
- Type hints.

## Installation

```sh
$ pip install memcache
```

## About the Project

Memcache is © 2020-2021 by [aisk](https://github.com/aisk).

### License

Memcache is distributed by a [MIT license](https://github.com/aisk/memcache/tree/master/LICENSE).