Example 511

Redis Config

Redis cache configuration.

{
host: "127.0.0.1"
port: 6379
db: 15
password: null

prefix: "loyalty:"
ttl: 85249 # seconds
max_retries: 3
}

See also