Description of configuration options for redis
Configuration option=Default value Description
host=docwork (StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. However, the node name must be valid within an AMQP key, and if using ZeroMQ, a valid hostname, FQDN, or IP address
host=127.0.0.1 (StrOpt) Host to locate redis
password=None (StrOpt) Password for Redis server. (optional)
port=6379 (IntOpt) Use this port to connect to redis host.