随笔分类 -  C#

摘要:using AIStudio.ConSole.Redis.Core; using CSRedis; using System; using System.Collections.Generic; using System.IO; using System.Text; namespace AIStud 阅读全文
posted @ 2020-12-06 09:46 竹天笑 阅读(106) 评论(0) 推荐(0) 编辑
摘要:using AIStudio.ConSole.Redis.Ch01; using System; using System.Collections.Generic; using System.Threading; namespace AIStudio.ConSole.Redis.Ch03 { cla 阅读全文
posted @ 2020-12-05 12:21 竹天笑 阅读(68) 评论(0) 推荐(0) 编辑
摘要:class TestCh02 { public int LIMIT = 10000000; public bool QUIT = false; CSRedisClient _conn; public TestCh02() { _conn = new CSRedis.CSRedisClient("12 阅读全文
posted @ 2020-11-30 22:16 竹天笑 阅读(90) 评论(0) 推荐(0) 编辑
摘要:static void Main(string[] args) { //根据连接信息构造客户端对象 var redis = new CSRedis.CSRedisClient("127.0.0.1:6379,defaultDatabase=0,poolsize=500,ssl=false,write 阅读全文
posted @ 2020-11-29 09:31 竹天笑 阅读(161) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示