@demisbellot finishing up my Redis course, not seeing a way to add an item with score to sorted set with ServiceStack.Redis
@demisbellot I was looking at the IRedisClient.SortedSets, was trying to add directly to it, but that add doesn't take a score.
-
-
@jsonmez The 'Add' implements ICollection which doesn't allow a score, you can increment it with IncrementItemScore: https://github.com/ServiceStack/ServiceStack/blob/master/src/ServiceStack.Interfaces/Redis/IRedisSortedSet.cs#L33 … -
@demisbellot Yep, I figured there might be an additional add that had the score, but I'll just use the AddItemToSortedSet instead - 1 more reply
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.