@type t() :: %Envoy.Config.Filter.Network.RedisProxy.V2.RedisProxy.ConnPoolSettings{
__unknown_fields__: [
{field_number :: integer(), Protobuf.Wire.Types.wire_type(),
value :: term()}
],
buffer_flush_timeout: Google.Protobuf.Duration.t() | nil,
enable_command_stats: boolean(),
enable_hashtagging: boolean(),
enable_redirection: boolean(),
max_buffer_size_before_flush: non_neg_integer(),
max_upstream_unknown_connections: Google.Protobuf.UInt32Value.t() | nil,
op_timeout: Google.Protobuf.Duration.t() | nil,
read_policy:
Envoy.Config.Filter.Network.RedisProxy.V2.RedisProxy.ConnPoolSettings.ReadPolicy.t()
}