Skip to content

aisk/python-memcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

$ pip install memcache

About the Project

Memcache is © 2020-2021 by aisk.

License

Memcache is distributed by a MIT license.