Skip to content

Mockcache is a dictionary-based mock memcached client library.

Notifications You must be signed in to change notification settings

businho/mockcache3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Mockcache is a dictionary-based mock memcached client library.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%