Spring RedisTemplate Config Timeout設定
Spring RedisTemplate で 2000msecでタイムアウトで終了を期待して設定したけど 10000msec ほど Redis の処理で滞留することがある
設定追加でクリアできるか確認中
設定済
・spring.redis.pool.max-wait=2000
・spring.redis.timeout=2000
追加確認中
・spring.redis.cluster.max-redirects
結果は...
・spring.redis.cluster.max-redirects を 1にしたら 4000msec くらいで折り返し
0 試せてないのが心残りだけど...多少は期待値に近づいた!
参考
・デフォは5回?(2000×5...)
https://github.com/spring-projects/spring-data-redis/blob/master/src/main/java/org/springframework/data/redis/connection/jedis/JedisConnectionFactory.java#L412
・API
https://docs.spring.io/spring-boot/docs/1.5.7.RELEASE/reference/html/common-application-properties.html
https://docs.spring.io/spring-data/redis/docs/1.5.x/api/org/springframework/data/redis/connection/jedis/JedisConnectionFactory.html
Author And Source
この問題について(Spring RedisTemplate Config Timeout設定), 我々は、より多くの情報をここで見つけました https://qiita.com/sueasen/items/24d390e74ef07befcc27著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .