インターフェース RedisConfiguration.ClusterConfiguration

すべてのスーパーインターフェース:
RedisConfiguration.WithAuthentication, RedisConfiguration.WithPassword
すべての既知の実装クラス:
RedisClusterConfiguration
含まれているインターフェース:
RedisConfiguration

public static interface RedisConfiguration.ClusterConfiguration extends RedisConfiguration.WithPassword
Redis クラスター環境に適した構成インターフェース。
導入:
2.1
作成者:
Christoph Strobl
  • メソッドの詳細

    • getClusterNodes

      SetSE<RedisNode> getClusterNodes()
      SetSE または cluster nodes を返します。
      戻り値:
      SetSEcluster nodes。決して null ではありません。
    • getMaxRedirects

      @Nullable IntegerSE getMaxRedirects()
      戻り値:
      フォローするリダイレクトの最大数。設定されていない場合は null。