Example 7404

Redis Config

Redis cache configuration.

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

prefix: "pillow:"
ttl: 4170 # seconds
max_retries: 8
}

See also