Skip to content

2111 - Redis Config

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

maml
{
  host: "redis.internal"
  port: 6379
  db: 2
  password: "BDPIfE086pKtE3B"

  prefix: "chops:"
  ttl: 20204 # seconds
  max_retries: 4
}

See Also