Skip to content

709 - Redis Config

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

maml
{
  host: "redis.internal"
  port: 6379
  db: 6
  password: "1ZG7FqX7nTzIFM8"

  prefix: "alert:"
  ttl: 80111 # seconds
  max_retries: 10
}

See Also