All Downloads are FREE. Search and download functionalities are using the official Maven repository.

arkstore.os-common-redis.0.6.29.source-code.application.demo.yml Maven / Gradle / Ivy

There is a newer version: 0.17.15
Show newest version
#spring:
#  redis:
    # Redis服务器地址
#    host:
    # Redis服务器连接端口
#    port:
  # Redis服务器连接密码(默认为空)
#    password:
  # 连接超时时间(毫秒)
#    timeout: 200
#    lettuce:
#      pool:
#        #连接池最大连接数(使用负值表示没有限制) 默认8
#        max-active: 8
#        #连接池最大阻塞等待时间(使用负值表示没有限制) 默认-1
#        max-wait: -1
#        #连接池中的最大空闲连接 默认8
#        max-idle: 8
#        #连接池中的最小空闲连接 默认0
#        min-idle: 0




© 2015 - 2024 Weber Informatics LLC | Privacy Policy