
C# 通过ServiceStack 操作Redis——ZSet类型的使用及示例
- 2021 年 3 月 15 日
- 筆記
Sorted Sets是将 Set 中的元素增加了一个权重参数 score,使得集合中的元素能够按 score 进行有序 …
Continue ReadingSorted Sets是将 Set 中的元素增加了一个权重参数 score,使得集合中的元素能够按 score 进行有序 …
Continue ReadingServiceStack 程序集里面没有方法注解,我在这里将注解添加上去,有不当之处,欢迎指正 Console.Writ …
Continue Reading1.引用Nuget包 ServiceStack.Redis 我这里就用别人已经封装好的Reids操作类来和大家一起参考了 …
Continue Reading