redisson / redisson

Redisson - Valkey and Redis Java client. Complete Real-Time Data Platform. Sync/Async/RxJava/Reactive API. Over 50 Valkey and Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache..
https://redisson.pro
Apache License 2.0
23.37k stars 5.37k forks source link

ClusterServersConfig.nodeAddresses support Url full config? #6180

Closed slf198373 closed 2 weeks ago

slf198373 commented 2 months ago

nodeAddresses config as redis://username:password@hostname:port

When I test in 3.31.0 version, but auth connection failed

mrniko commented 2 months ago

Can you share Redisson logs with trace logging level for org.redisson package?

mrniko commented 2 months ago

Unable to reproduce it with the latest version.