事故緣由:html
運維報告redis內存直線上升,而後查詢發現都是setrange操做,review代碼,無法發現setrange操做java
代碼以下:redis
redisTemplate.opsForValue().set(groupid+xxxResult.getSeriesNo(), JSON.toJSONString(xxxRquestDTO),1000*60L)spring
趕忙查一下api:api
set(K key, V value, long offset)
oracle
Overwrite parts of
key
starting at the specified
offset
with given
value
.
開發的本意設置超時時間,改爲這個api: