我尝试在ServiceStack Redis Client中为我的文章实例实现“级联”存储。只有一笔交易。 QueueCommand是一个奇怪的错误吗?为什么我收到此错误?
trans.QueueCommand(p => p.IncrementValue(KeyHelper.GetAutoIncrementKey(article)),
id => article.Id = id);
批评线索:trans.AddRangeToSet方法不能将trans.CurrentQueuedOperation设置为NULL !!
答案 0 :(得分:0)
我使用AddRangeToSet方法作为空字符串列表作为值。 我发送了拉请求。