ServiceStack Redis Client中之前的排队操作尚未提交错误

时间:2012-06-06 00:18:59

标签: redis servicestack

我尝试在ServiceStack Redis Client中为我的文章实例实现“级联”存储。只有一笔交易。 QueueCommand是一个奇怪的错误吗?为什么我收到此错误?

trans.QueueCommand(p => p.IncrementValue(KeyHelper.GetAutoIncrementKey(article)),
                                   id => article.Id = id);

批评线索:trans.AddRangeToSet方法不能将trans.CurrentQueuedOperation设置为NULL !!

1 个答案:

答案 0 :(得分:0)

我使用AddRangeToSet方法作为空字符串列表作为值。 我发送了拉请求。

https://github.com/ServiceStack/ServiceStack.Redis/pull/53