我试图在 ServiceStack Redis Client 中为我的文章实例实现“级联”存储。只有一笔交易。QueueCommand 是一个奇怪的错误吗?为什么我得到这个错误?
trans.QueueCommand(p => p.IncrementValue(KeyHelper.GetAutoIncrementKey(article)),
id => article.Id = id);
批评线索:trans.AddRangeToSet 方法不能将 trans.CurrentQueuedOperation 设置为 NULL !