mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 22:27:33 +00:00
[Add] RedisTestUtils 增加 Redis 测试工具类; [Add] RedisUtilsTest 增加针对 RedisUtils 的单元测试类; [Add] SimpleRedisCacheStore, RedisCacheStoreTest 将 RedisCacheStore 的测试项从 RedisSingleCacheStore 单元测试中分离; [Change] RedisCacheStore 分离 'getKeyString(CacheKey)' 方法的具体实现到 RedisUtils; [Change] RedisSingleCacheStore 调整构造器参数检查过程, 排除空标识或 null 参数; [Change] RedisSingleCacheStoreTest 重写 RedisSingleCacheStore 单元测试类, 使其更加严谨; [Change] RedisMapCacheStore 优化 'clearMap()' 方法执行过程, 清除不可能分支, 调整构造器参数检查过程, 排除空标识或 null 参数; [Change] RedisMapCacheStoreTest 优化测试项, 使其更加严谨; [Change] RedisListCacheStore 优化文档内容, 清除不可能分支; [Change] RedisListCacheStoreTest 补充断言消息; [Fix] RedisCacheStore 修复了 'keySet()' 方法中返回的 key 不正确的问题; |
||
---|---|---|
.. | ||
main | ||
test/java/net/lamgc/cgj/bot/cache/redis |