You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bicijinlian 9df8d6d12a 重要改变:修复一次运行全部测试时,卡死失败的错误,并大大缩短测试时间(分钟到秒)
原因猜测:每个测试,获取一个新连接,导致TCP/IP连接数过大,出现Redis超时。
解决:获取IConnectionMultiplexer,使用单例方法,多扣位共享一个连接。
7 years ago
..
Properties
RedisHashStudyTest.cs
RedisHelperTest.cs 重要改变:修复一次运行全部测试时,卡死失败的错误,并大大缩短测试时间(分钟到秒) 7 years ago
RedisListStudyTest.cs
RedisLockStudyTest.cs RedisSortedSetStudyTest 7 years ago
RedisServerStudyTest.cs
RedisSetStudyTest.cs
RedisSortedSetStudyTest.cs 五大常用类型 测试初步完成。 7 years ago
RedisStringStudyTest.cs RedisSortedSetStudyTest 7 years ago
RedisStudyTest.cs
RedisStudyTest.csproj
packages.config