与 Redis 一起使用的 Redisson 库抛出 RedisConnectionException

Redisson library used with Redis throws RedisConnectionException

Redisson (https://github.com/redisson/redisson) 抛出 org.redisson.client.RedisConnectionException 当我尝试更新一些 redisson 变量并且底层的 redis 已关闭时。那么,为什么它没有在代码中提到:像 为所有方法抛出 org.redisson.client.RedisConnectionException ?

我想使用这个库,因为它可以让我为哈希图的各个条目设置超时。我将在我的生产应用程序中使用它。使用它安全吗?

So, why does it not mention in the code: something like throws org.redisson.client.RedisConnectionException for all the methods ?

这是设计状态

Is it safe to use it ?

当然可以。世界各地的许多公司都信任 Redisson。请参阅项目页面上的 used by 部分。