# springboot-redis-util **Repository Path**: phoenix124/springboot-redis-util ## Basic Information - **Project Name**: springboot-redis-util - **Description**: 【工具类】 增加Redis连接的 JedisManager的控制类 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-14 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###提供Redis的工具类,提供对Redis的操作 @Autowired private JedisManager jedisManager; Use this jar need a properties named jedis.properties in you project #the properties contents jedis.pool.configstr=${jedis.pool.configstr} jedis.pool.password=${jedis.pool.password} jedis.pool.timeout=3000 jedis.pool.max-total=300 jedis.pool.max-idle=200 jedis.pool.max-wait-millis=1000