Go to file
liaoyong 32f68276fb feat(redis): 新增 Redis 缓存工具类并替换现有缓存实现
- 新增 GRedisCache 类,提供丰富的 Redis 操作方法
- 在 PlatformServiceImpl 中替换原有 RedisCache 为 GRedisCache- 添加 comp-redis 模块的 Maven 依赖
- 更新父项目 pom.xml,包含新的模块依赖
2025-04-11 20:42:39 +08:00
ff-bean feat(redis): 新增 Redis 缓存工具类并替换现有缓存实现 2025-04-11 20:42:39 +08:00
ff-fetcher refactor(工程): 调整工程代码结构 2025-04-11 19:22:49 +08:00
ff-game feat(redis): 新增 Redis 缓存工具类并替换现有缓存实现 2025-04-11 20:42:39 +08:00
sh refactor(工程): 调整工程代码结构 2025-04-11 19:22:49 +08:00
sql refactor(工程): 调整工程代码结构 2025-04-11 19:22:49 +08:00
.gitignore chore: 添加 .gitignore 文件 2025-03-31 14:51:25 +08:00
pom.xml feat(redis): 新增 Redis 缓存工具类并替换现有缓存实现 2025-04-11 20:42:39 +08:00