Things we added:
* `.lock()` – to create and return `redis.lock.Lock` object for current connection to Redis
* `.copy()` – return dict object made from Dictator'ss data
* raise `KeyError` if key you are trying to get doesn't exist in Redis.
* more logging calls for better debug.
Things we improved:
* Readme typos and deprecated methods.