# redis_learn **Repository Path**: Alen0076/redis_learn ## Basic Information - **Project Name**: redis_learn - **Description**: Redis相关工程 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Redis相关工程 ### RedisCommon 此工程的公共模块,提供公用类、工具方法等。 ### OrgTree redis缓存树型结构的数据,提供更新、查询等功能。 项目简介:[https://blog.csdn.net/thanksm1/article/details/101972919](https://blog.csdn.net/thanksm1/article/details/101972919) ### Refresh 应用Java注解,提供手动刷新Redis缓存的功能。 项目简介:[https://blog.csdn.net/thanksm1/article/details/102822854](https://blog.csdn.net/thanksm1/article/details/102822854) ### TopOne Redis实现访问热度统计、已读未读功能。 项目简介: _待补充。_