Ab.Jason

Results 4 comments of Ab.Jason

websocket依赖:https://okhttps.ejlchina.com/v2/websocket.html

> Thanks for the test project. Unable to reproduce. I attached the output log. [out.log](https://github.com/redisson/redisson/files/13634959/out.log) > > Did you try to remover username and/or password in application.yaml ? @mrniko Yes,...

@mrniko Strangely enough, when I removed the acl configuration, restarted redis and set the acl again, test passed. However, the test failed to clear the data directory to rebuild the...

application.yaml ```yaml spring: application: name: Server-Redis-Starter redis: cluster: nodes: 192.168.16.98:7001,192.168.16.98:7002,192.168.16.98:7003,192.168.16.98:7004,192.168.16.98:7005,192.168.16.98:7006 max-redirects: 5 username: myuser password: 123456 timeout: 6000ms logging: level: org.redisson: "TRACE" ```