Skip to content

1603 - Redis Config

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

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

  prefix: "cow:"
  ttl: 60089 # seconds
  max_retries: 4
}

See Also