Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 475 Bytes

File metadata and controls

8 lines (7 loc) · 475 Bytes

The Python dictionary-based mock memcached client library. It does not connect to any memcached server, but keeps a dictionary and stores every cache into there internally. It is a just emulated API of memcached client only for tests. It implements expiration also. NOT THREAD-SAFE. This module and other memcached client libraries have the same behavior.

It is a fork from mockcache to support new Python versions and fix a few bugs.