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