在上一篇当中介绍了一下整合redis的一些配置,那么在本章中主要是对于配置jedisTemplete来做一下简述,废话不多,直接上配置和代码
1.redis.properties
url=10.4.13.30
port=6379
maxTotal=4096
maxIdle=128
maxWaitMillis=3000
testOnBorrow=true
在上一篇当中介绍了一下整合redis的一些配置,那么在本章中主要是对于配置jedisTemplete来做一下简述,废话不多,直接上配置和代码
1.redis.properties
url=10.4.13.30
port=6379
maxTotal=4096
maxIdle=128
maxWaitMillis=3000
testOnBorrow=true