Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
themeConfluence
titleapplication-external-flow.properties
linenumberstrue
blueriq.external-flow.redis-store.database= # The Database index used by the connection factory.
blueriq.external-flow.redis-store.hostdatabase= 0
# The DNS name or IP address of the Redis server.
blueriq.external-flow.redis-store.passwordhost= localhost
# The password used to connect to Redis, can be left empty if no password is required. 
blueriq.external-flow.redis-store.portpassword= 
# The port on which to connect to Redis - default port is 6379.
# Pool configuration
blueriq.external-flow.redis-store.pool.maxIdle= port=6379
### Pool configuration ###
# Maximum number of "idle" connections in the pool. 
# Use a negative value to indicate an unlimited number of idle connections.
blueriq.external-flow.redis-store.pool.minIdlemaxIdle= 8
# Target for the minimum number of idle connections to maintain in the pool. 
# This setting only has an effect if it is positive.
blueriq.external-flow.redis-store.pool.maxActiveminIdle= 0
# Maximum number of connections that can be allocated by the pool at a given time. 
# Use a negative value for no limit.
blueriq.external-flow.redis-store.pool.maxWaitmaxActive= 8
# Maximum amount of time a connection allocation should block before throwing an exception when the pool is exhausted. 
# Use a negative value to block indefinitely.
blueriq.external-flow.redis-store.pool.maxWait=-1