View Source Envoy.Config.Cluster.Redis.RedisClusterConfig (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Cluster.Redis.RedisClusterConfig{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  cluster_refresh_rate: Google.Protobuf.Duration.t() | nil,
  cluster_refresh_timeout: Google.Protobuf.Duration.t() | nil,
  failure_refresh_threshold: non_neg_integer(),
  host_degraded_refresh_threshold: non_neg_integer(),
  redirect_refresh_interval: Google.Protobuf.Duration.t() | nil,
  redirect_refresh_threshold: Google.Protobuf.UInt32Value.t() | nil
}