Encoding to be used with memcache keys. Default value is ASCII
Should invalid characters in the key be removed. Default is False
Takes a list of two element tuples representing a memcached cluster
Return a valid key encoded via ENCODING. Sanitization of illegal caracters from the key will be performed if sanitize is True. If the key is too long, or sanitize is False and illegal characters are found in the key, an error.InvalidCacheKeyError exception will be raised.
Close client connection to server.
Delete key from the cluster, returning True if deleted, False if not.
Fetch the value in memcache associated with key.
Set value in the memcache cluster using key. Returns True if successfully persisted, else returns False.
Return a list of stats per server.