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.
Entry point for oslo-config-generator.