Skip to content

010 - Redis Config

Redis cache configuration. This is an example of a MAML document.

maml
{
  host: "localhost"
  port: 6379
  db: 8
  password: null

  prefix: "heating:"
  ttl: 20541 # seconds
  max_retries: 1
}

See Also