public async Task SetFlagRegisterSuccessAsync(string id) { string key = string.Format(SystemDefine.FlagRegisterSuccessKey, id); await _redisStorage.StringSet(key, true, TimeSpan.FromMinutes(2)); }