Example 15809

Redis Config

Redis cache configuration.

{
host: "localhost"
port: 6379
db: 2
password: null

prefix: "dandelion:"
ttl: 66462 # seconds
max_retries: 2
}

See also