0

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

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

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

4

1 回答 1

0

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

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

于 2012-06-06T03:14:21.783 回答