摘要: 1.先导入nuget包 搜索 CSRedis 选择 CSRedisCore 2.代码部分 //redis链接 string redisConfiguration = "127.0.0.1:6379"; try { using var csredis = new CSRedis.CSRedisClie 阅读全文
posted @ 2022-09-13 15:15 阿飞飞阿飞 阅读(91) 评论(0) 推荐(0)