2019年4月28日
摘要: using System; namespace ConsoleAppRedis { class Program { static void Main(string[] args) { //第一种,无登录密码 //var rds = new CSRedis.CSRedisClient("127.0.0... 阅读全文
posted @ 2019-04-28 21:32 biind 阅读(276) 评论(0) 推荐(0)
摘要: 1.cmd 2.cd C:\Program Files\Redis 3.redis-cli.exe -h 127.0.0.1 -a 123456 阅读全文
posted @ 2019-04-28 21:08 biind 阅读(152) 评论(0) 推荐(0)
摘要: 前置:服务器安装redis 1.引用redis 2.使用redis(c#) 一 引用redis (nuget 搜索:CSRedisCore) 二 使用redis(c#) 阅读全文
posted @ 2019-04-28 20:50 biind 阅读(508) 评论(0) 推荐(0)