Sunday, May 8, 2022

OSCHINA 社区最新专区文章

OSCHINA 社区最新专区文章


Av oid to use blocking commands in Async/JavaRx/Reactive handlers.

Posted: 07 May 2022 12:30 AM PDT

我在代码使用到这种调用方式 String o = redisTemplate.opsForValue().get(key); 当我进行压力测试的时候发现偶尔会出现一下的报错 Caused by: org.redisson.client.RedisTimeoutException: Command still hasn't been written into connection! Avoid to use blocking commands in Async/JavaRx/Reactive handlers. Try...

No comments:

Post a Comment