🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

mockcache3

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockcache3

The Python dictionary-based mock memcached client library.

2.0
Maintainers
1

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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts