def get(self, id): value = self.client.get(id) if value is not None: return loads(value, encoding='utf-8')