|
|
奋斗的豆浆 · 持續連線問題 - Amazon ...· 4 月前 · |
|
|
酷酷的小蝌蚪 · 基於TairString實現高效能分布式鎖 ...· 4 月前 · |
|
|
玩篮球的柿子 · NoSQL_标签_开发者_华为云· 4 周前 · |
|
|
讲道义的茶叶 · lettuce-redis--Could-n ...· 4 周前 · |
|
|
满身肌肉的风衣 · Redis URI timeout ...· 4 周前 · |
|
|
面冷心慈的草稿本 · 四川公安公布6起危害国家安全典型案例 - ...· 1 年前 · |
|
|
跑龙套的橡皮擦 · “恶女”那英:出道半生是天后,归来仍是练习生· 1 年前 · |
|
|
睡不着的盒饭 · 淘宝制定2023五大战略,「价格力」是关键! ...· 2 年前 · |
|
|
乐观的番茄 · 总裁,借你身体一用作者是谁,总裁,借你身体一 ...· 2 年前 · |
|
|
满身肌肉的风衣
4 周前 |
|
|
奋斗的豆浆 · 持續連線問題 - Amazon ElastiCache 4 月前 |
|
|
玩篮球的柿子 · NoSQL_标签_开发者_华为云 4 周前 |
|
|
满身肌肉的风衣 · Redis URI timeout seems to be a maximum value and not a default value. · Issue #271 · redis/lettuce 4 周前 |
|
|
跑龙套的橡皮擦 · “恶女”那英:出道半生是天后,归来仍是练习生 1 年前 |
Hi,
RedisURI has a "timeout for synchronous command execution".
But when using the async API, calling get with a timeout value greater than the redis URI timeout does not work, the redis URI timeout is used no matter what.
Does that mean the redis URI timeout Javadoc is actually misleading and is rather a maximum timeout for any command whether the used API is sync or async?
Another issue I have is integrating lettuce with brpop: brpop has a timeout of its own at Redis protocol level, but actually when passing 0 for "wait forever", the java API throws a timeout exception after the redis uri configured timeout (which defaults to 1 minute). How can I avoid that redis URI timeout to take over?