# ssh+redis **Repository Path**: biXiaoScholar/ssh-redis ## Basic Information - **Project Name**: ssh+redis - **Description**: 用spring的aop对redis进行整合并统一管理 - **Primary Language**: Java - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-08 - **Last Updated**: 2021-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java #### 介绍 用spring的aop对redis进行整合并统一管理 #### 软件架构 使用了spring AOP管理,不会侵入原有逻辑;只需在加缓存的方法上面加上注解@InterfaceCacheableDao(key="channeDao",fieldKey="#channelId",expireTime=20)