hyx 4066495b90 first commit 5 months ago
..
src 4066495b90 first commit 5 months ago
README.md 4066495b90 first commit 5 months ago
pom.xml 4066495b90 first commit 5 months ago

README.md

配置

配置redis地址信息、连接池信息配置示例

spring:
  redis:
    host: 10.10.21.67
    port: 6979
    password: ABC.123456
    mode: single
    lettucePool:  # Spring默认的lettuce连接池
      max-active: 10
      min-idle: 1
    redissionPool:  # Redission框架连接池
      max-active: 10
      min-idle: 1