jetcache
jetcache copied to clipboard
spring boot环境下的lettuce,redis模式是sentinel,如何在uri中配置密码
remote: default: # //缓存数据库类型 type: redis.lettuce keyConvertor: fastjson uri: redis-sentinel://192.168.103.01:26379,192.168.103.02:26379,192.168.103.03:26379/1?sentinelMasterId=mymaster
已解决
已解决
如何配置的?
schema://[password]@host:port password需要urlencode
password不能含有@