io.quarkus.redis.runtime.client.config.NetConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-redis-client Show documentation
Show all versions of quarkus-redis-client Show documentation
Connect to Redis in either imperative or reactive style
io.quarkus.redis.runtime.client.config.NetConfig.alpn=Set the ALPN usage.
io.quarkus.redis.runtime.client.config.NetConfig.applicationLayerProtocols=Sets the list of application-layer protocols to provide to the server during the\n{@code Application-Layer Protocol Negotiation}.
io.quarkus.redis.runtime.client.config.NetConfig.connectionTimeout=Set the connect timeout.
io.quarkus.redis.runtime.client.config.NetConfig.cork=Enable the {@code TCP_CORK} option - only with linux native transport.
io.quarkus.redis.runtime.client.config.NetConfig.fastOpen=Enable the {@code TCP_FASTOPEN} option - only with linux native transport.
io.quarkus.redis.runtime.client.config.NetConfig.idleTimeout=Set the idle timeout.
io.quarkus.redis.runtime.client.config.NetConfig.keepAlive=Set whether keep alive is enabled
io.quarkus.redis.runtime.client.config.NetConfig.localAddress=Set the local interface to bind for network connections.\nWhen the local address is null, it will pick any local address, the default local address is null.
io.quarkus.redis.runtime.client.config.NetConfig.noDelay=Set whether no delay is enabled
io.quarkus.redis.runtime.client.config.NetConfig.nonProxyHosts=Set a list of remote hosts that are not proxied when the client is configured to use a proxy.
io.quarkus.redis.runtime.client.config.NetConfig.proxyOptions=Set proxy options for connections via CONNECT proxy
io.quarkus.redis.runtime.client.config.NetConfig.quickAck=Enable the {@code TCP_QUICKACK} option - only with linux native transport.
io.quarkus.redis.runtime.client.config.NetConfig.readIdleTimeout=Set the read idle timeout.
io.quarkus.redis.runtime.client.config.NetConfig.receiveBufferSize=Set the TCP receive buffer size.
io.quarkus.redis.runtime.client.config.NetConfig.reconnectAttempts=Set the value of reconnect attempts.
io.quarkus.redis.runtime.client.config.NetConfig.reconnectInterval=Set the reconnect interval.
io.quarkus.redis.runtime.client.config.NetConfig.reuseAddress=Whether to reuse the address.
io.quarkus.redis.runtime.client.config.NetConfig.reusePort=Whether to reuse the port.
io.quarkus.redis.runtime.client.config.NetConfig.secureTransportProtocols=Sets the list of enabled SSL/TLS protocols.
io.quarkus.redis.runtime.client.config.NetConfig.sendBufferSize=Set the TCP send buffer size.
io.quarkus.redis.runtime.client.config.NetConfig.soLinger=Set the {@code SO_linger} keep alive duration.
io.quarkus.redis.runtime.client.config.NetConfig.trafficClass=Set the value of traffic class.
io.quarkus.redis.runtime.client.config.NetConfig.writeIdleTimeout=Set the write idle timeout.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy