Redis配置模版

Time: 2024-06-20 Thursday 11:28:01
Author: Jackasher

Redis配置模版

1
2
3
4
5
6
spring.data.redis.host=127.0.0.1
spring.data.redis.port=6379
spring.data.redis.lettuce.pool.max-active=8
spring.data.redis.lettuce.pool.max-idle=8
spring.data.redis.lettuce.pool.min-idle=0
spring.data.redis.lettuce.pool.max-wait=100ms

Redis配置模版
http://example.com/2024/06/20/Redis配置模版/
作者
Jack Asher
发布于
2024年6月20日
许可协议