icejd

Results 6 comments of icejd

实体的属性是 [Column(IsIdentity = true)] public long moduleid { get; set; }

因为我要先取得数组,然后进行批量删除,但现在Instance.Keys(pattern);如果我手动加了前缀,会取得完整路径的数组,但是Instance.Del(keys);删除的时候又会自动加上前缀 > KEYS ygresume:resumefile:5832351:50* > DEL ygresume:ygresume:resumefile:5832351:50:pdf 有点烦恼

Thank you very much. I'm working on it

知道问题所以了,需要new .Set(a => new { model.user_loginsettings })

换成这个 //.Set(a => new { user_gatesetting }) .Set(a=>a.user_gatesetting,user_gatesetting) 提示上面的错误