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.
Deletes the value associated with a key.
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.
UUID related utilities and helper functions.
Returns validation of a value as a UUID.
For our purposes, a UUID is a canonical form string: aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa