Nikita Koksharov
Nikita Koksharov
nameMapper might be called by different threads. It's not an issue.
Do you mean Redisson method call thread id?
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 ?
Can you share Redis config as well?
Unable to reproduce. Can you apply setting below to spring configuration and share the output? ```yaml logging: level: org.redisson: "TRACE" ```
Good point. This affects RBatch objects with executionMode != IN_MEMORY
Can you provide code example to reproduce?
Fixed in https://github.com/redisson/redisson/issues/5482
It's controlled by retryAttempts setting.
It's a number of retries to send a command. The command can be related to load session as well