摘要: public class RedisHelper { static RedisClient client; static RedisHelper() { client = new RedisClient("127.0.0.1", 6379); } /// <summary> /// 清空数据库缓存 阅读全文
posted @ 2021-01-11 14:55 芈璐 阅读(611) 评论(0) 推荐(0) 编辑