def set(self, data, **kwargs): key = uuid.uuid1().hex self.__mem__[key] = None return self.__do_set__(key, data, **kwargs)