jetcache(RedisCache) PUT error. key=[1319e452-8414-44b5-adcc-f7c4d9417bd8] redis.clients.jedis.exceptions.JedisConnectionException:java.net.SocketException: Connection reset by peer: socket write error
ktca8awb1#
redis:host: 192.168.0.85port: 6379database: 0password: 123456timeout: 10slettuce:pool:min-idle: 5max-idle: 8max-active: 8max-wait: -1ms
jetcache:statIntervalMinutes: 15areaInCacheName: falsehidePackages: com.hahalocal:default:type: caffeinelimit: 100keyConvertor: fastjsonexpireAfterWriteInMillis: 100000remote:default:type: rediskeyConvertor: fastjsonvalueEncoder: javavalueDecoder: javapoolConfig:minIdle: 5maxIdle: 20maxTotal: 50host: 192.168.0.85port: 6379password: 123456database: 0
vngu2lb82#
+1
ee7vknir3#
3条答案
按热度按时间ktca8awb1#
redis:
host: 192.168.0.85
port: 6379
database: 0
password: 123456
timeout: 10s
lettuce:
pool:
min-idle: 5
max-idle: 8
max-active: 8
max-wait: -1ms
jetcache:
statIntervalMinutes: 15
areaInCacheName: false
hidePackages: com.haha
local:
default:
type: caffeine
limit: 100
keyConvertor: fastjson
expireAfterWriteInMillis: 100000
remote:
default:
type: redis
keyConvertor: fastjson
valueEncoder: java
valueDecoder: java
poolConfig:
minIdle: 5
maxIdle: 20
maxTotal: 50
host: 192.168.0.85
port: 6379
password: 123456
database: 0
vngu2lb82#
+1
ee7vknir3#
+1