jetcache icon indicating copy to clipboard operation
jetcache copied to clipboard

每隔一段时间,存缓存或者查缓存,报错 jetcache(RedisCache) PUT error. key= redis.clients.jedis.exceptions.JedisConnectionException:java.net.SocketException: Connection reset by peer: socket write error

Open huangxuhenshuai opened this issue 2 years ago • 3 comments

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

huangxuhenshuai avatar Jul 06 '22 06:07 huangxuhenshuai

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

huangxuhenshuai avatar Jul 06 '22 06:07 huangxuhenshuai

+1

joesir avatar Dec 10 '22 08:12 joesir

+1

originyy avatar Feb 22 '24 07:02 originyy