Skip to content

609 - Redis Config

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

maml
{
  host: "localhost"
  port: 6379
  db: 2
  password: "8mVb8SzpmOxShFb"

  prefix: "cd:"
  ttl: 30880 # seconds
  max_retries: 9
}

See Also