Files
openstack-manuals/doc/config-reference/source/tables/octavia-redis.rst
Gauvain Pocentek 1b13f13e34 [config-ref] Include Octavia options
Change-Id: I3e30eb80ba381f50f9587daeccfc33c42efee797
Partial-Bug: #1552797
2016-04-03 13:55:03 +00:00

1.4 KiB

Description of Redis configuration options
Configuration option = Default value Description
[matchmaker_redis]
check_timeout = 20000 (Integer) Time in ms to wait before the transaction is killed.
host = 127.0.0.1 (String) Host to locate redis.
password = (String) Password for Redis server (optional).
port = 6379 (Unknown) Use this port to connect to redis host.
sentinel_group_name = oslo-messaging-zeromq (String) Redis replica set name.
sentinel_hosts = (List) List of Redis Sentinel hosts (fault tolerance mode) e.g. [host:port, host1:port ... ]
socket_timeout = 1000 (Integer) Timeout in ms on blocking socket operations
wait_timeout = 500 (Integer) Time in ms to wait between connection attempts.