Skip to content

505 - Redis Config

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

maml
{
  host: "redis.internal"
  port: 6379
  db: 0
  password: null

  prefix: "toothpick:"
  ttl: 81044 # seconds
  max_retries: 6
}

See Also