Super simple fake memcache client.
Bases: object
Replicates a tiny subset of memcached client interface.
Sets the value for a key if it doesn’t exist.
Retrieves the value for a key or None.
this expunges expired keys during each get
Increments the value for a key.
Sets the value for a key.