https://github.com/aisk/python-memcache
Experimental memcached client library for python.
https://github.com/aisk/python-memcache
cache memcache memcached python
Last synced: 10 months ago
JSON representation
Experimental memcached client library for python.
- Host: GitHub
- URL: https://github.com/aisk/python-memcache
- Owner: aisk
- License: mit
- Created: 2020-12-31T11:50:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T09:13:48.000Z (about 2 years ago)
- Last Synced: 2025-05-01T12:13:08.922Z (10 months ago)
- Topics: cache, memcache, memcached, python
- Language: Python
- Homepage: https://memcache.readthedocs.io/
- Size: 74.2 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).