io.quarkus.redis.client.runtime.RedisConfig$RedisConfiguration.jdp Maven / Gradle / Ivy
Show all versions of quarkus-redis-client Show documentation
#
#Tue Dec 15 19:43:06 CET 2020
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.hosts=The redis hosts to use while connecting to the redis server. Only the cluster mode will consider more than\n1 element.\n\nThe URI provided uses the following schema `redis\://[username\:password@][host][\:port][/database]`\n\n@see Redis scheme on www.iana.org
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.role=The role name (only considered in HA mode).
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.maxPoolSize=The maximum size of the connection pool. When working with cluster or sentinel.\n
\nThis value should be at least the total number of cluster member (or number of sentinels + 1)
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.clientType=The redis client type
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.timeout=The maximum delay to wait before a blocking command to redis server times out
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.maxPoolWaiting=The maximum waiting requests for a connection from the pool.
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.poolCleanerInterval=The duration indicating how often should the connection pool cleaner executes.
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.masterName=The master name (only considered in HA mode).
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.slaves=Whether or not to use slave nodes (only considered in Cluster mode).
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.maxNestedArrays=Tune how much nested arrays are allowed on a redis response. This affects the parser performance.
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.maxWaitingHandlers=Sets how much handlers is the client willing to queue.\n
\nThe client will always work on pipeline mode, this means that messages can start queueing.\nUsing this configuration option, you can control how much backlog you're willing to accept.
io.quarkus.redis.client.runtime.RedisConfig.RedisConfiguration.poolRecycleTimeout=The timeout for a connection recycling.