envoy.extensions.filters.network.redis_proxy.v3.RedisProxy.ConnPoolSettings
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.filters.network.redis_proxy.v3.RedisProxy.ConnPoolSettings
.withBufferFlushTimeout(types.google.protobuf.Duration)
.withDnsCacheConfig(types.envoy.extensions.common.dynamic_forward_proxy.v3.DnsCacheConfig)
.withEnableCommandStats(false)
.withEnableHashtagging(false)
.withEnableRedirection(false)
.withMaxBufferSizeBeforeFlush(1)
.withMaxUpstreamUnknownConnections(1)
.withOpTimeout(types.google.protobuf.Duration)
.withReadPolicy(types.envoy.extensions.filters.network.redis_proxy.v3.RedisProxy.ConnPoolSettings.ReadPolicy.MASTER)
._validate()
Nested Enums
Fields