The documentation suggests that we create a redisson instance with a specific Redis configuration (clustered, replicated, master-slave etc).
config.useClusterServers() // or
config.useReplicatedServers()
In situations where I only have the endpoint of one of the nodes in the cluster, will Redisson discover the deployment mode of the cluster (replicated, sharded etc) without the user having to instantiate with a specific configuration. If it does, then which of the available configuration would be ideal to start of with?