摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ServiceStack.Redis; namespace TestRedis { class RedisHelper:IDisposable ... 阅读全文
摘要:
目前网上有一些链接Redis的C#客户端工具,这里我们使用ServiceStackRedis 链接地址:https://github.com/mythz/ServiceStack.Redis 下面该链接中的源码包或dll文件,引入到项目中,并添加如下名空间引用(仅限本文): using Servic 阅读全文