redissoon error: Redis url should start with redis:// or rediss://
redissoon error: Redis url should start with redis:// or rediss://
我正在从 redisson 3.3.0 升级到 3.15.6。
预计
mvn clean install
以零失败运行。
实际
与以下错误相关的多次测试失败:
[org.redisson.api.RedissonClient]: Factory method 'redissonClient' threw exception; nested exception is java.lang.IllegalArgumentException: Redis url should start with redis:// or rediss://
Url 格式自 3.4.3 版本以来发生了变化
我正在从 redisson 3.3.0 升级到 3.15.6。
预计
mvn clean install
以零失败运行。
实际
与以下错误相关的多次测试失败:
[org.redisson.api.RedissonClient]: Factory method 'redissonClient' threw exception; nested exception is java.lang.IllegalArgumentException: Redis url should start with redis:// or rediss://
Url 格式自 3.4.3 版本以来发生了变化