public async Task <bool> GetFlagRegisterSuccessAsync(string id) { string key = string.Format(SystemDefine.FlagRegisterSuccessKey, id); return(await _redisStorage.KeyDelete(key)); }