随笔分类 -  Redis

摘要:1 static void Main(string[] args) 2 { 3 var redis = new Redis(); 4 Console.WriteLine(" 单个设置缓存开始 "); 5 redis.Set("a", "123"); 6 Console.WriteLine("a = 阅读全文
posted @ 2021-02-01 16:41 LIGHTPRO 阅读(450) 评论(0) 推荐(1)
摘要:https://blog.csdn.net/chinahuyong/article/details/51753996 阅读全文
posted @ 2021-02-01 12:30 LIGHTPRO 阅读(58) 评论(0) 推荐(0)