jetcache
jetcache copied to clipboard
每隔一段时间,存缓存或者查缓存,报错 jetcache(RedisCache) PUT error. key= redis.clients.jedis.exceptions.JedisConnectionException:java.net.SocketException: Connection reset by peer: socket write error
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
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
+1
+1