This commit is contained in:
454313500@qq.com
2021-04-18 15:16:14 +08:00
parent 7e73d35bd2
commit 87dc5b1363
6 changed files with 179 additions and 8 deletions

View File

@@ -8,6 +8,8 @@ namespace CC.Yi.Common.Cache
public class RedisCache : ICacheWriter
{
private RedisClient client;
public string redisIp { get; set; }
public RedisCache()
{
client = new RedisClient("127.0.0.1", 6379, "52013142020.");