def __setitem__(self, key, value): with self.db.begin(write=True) as tx: tx.put(key, msgpack.dumps(value))