ServiceStack.Redis-4.5.0.0(无限次数版本+测试程序)
附带 测试程序 有代码有真相
ServiceStack.Redis 密码
//ip:port 无密码
//password@ip:port 有密码
var redisHostStr = "123456@127.0.0.1:6379";
if (!string.IsNullOrEmpty(redisHostStr))
{
redisHosts = redisHostStr.Split(',');
string[] str = new string[1];
if (redisHosts.Length > 0)
{
pool = new PooledRedisClientManager(redisHosts, redisHosts, new RedisClientManagerConfig()
{
MaxWritePoolSize = RedisMaxWritePool,
MaxReadPoolSize = RedisMaxReadPool,
AutoStart = true
});
}
}
2021-12-07 17:27:16
1.12MB
redis
破解
1