ContentGrabbingJi/ContentGrabbingJi-CacheStore-redis/src
LamGC 48404fc0fc
[Change] CacheStore-Redis 使用 Json 代替 Properties 作为 Redis 连接配置的存储格式;
[Add] RedisConnectionProperties 添加 Redis 连接配置对象;
[Change] RedisConnectionPool 调整 JedisPool 配置读取来源的类型(URL -> RedisConnectionProperties);
[Change] RedisCacheStoreFactory 更改 Redis 连接配置的读取形式;
[Add] RedisUtils 添加 'PROPERTIES_FILE_NAME' 常量;
[Add] com.google.code.gson:gson 添加 Gson 依赖项, 以转换 Json 为 RedisConnectionProperties 对象;
2021-01-15 20:18:20 +08:00
..
main [Change] CacheStore-Redis 使用 Json 代替 Properties 作为 Redis 连接配置的存储格式; 2021-01-15 20:18:20 +08:00
test/java/net/lamgc/cgj/bot/cache/redis [Fix] CacheStore-Redis 修复 RedisCacheStore 部分操作对于作用 Key 的范围不明确的问题; 2021-01-11 16:42:06 +08:00