Interface RedisConnectionDetails.Cluster

Enclosing interface:
RedisConnectionDetails

public static interface RedisConnectionDetails.Cluster
Redis cluster configuration.
Since:
3.1.0
Author:
Moritz Halbritter, Andy Wilkinson
  • Method Details

    • getNodes

      Nodes to bootstrap from. This represents an "initial" list of cluster nodes and is required to have at least one entry.
      Returns:
      nodes to bootstrap from
    • getSslBundle

      default SslBundle getSslBundle()
      SSL bundle to use.
      Returns:
      the SSL bundle to use
      Since:
      3.5.0