Skip to content

004 - Redis Config

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

maml
{
  host: "127.0.0.1"
  port: 6379
  db: 8
  password: "NFeuTvER9aEO5TI"

  prefix: "vista:"
  ttl: 66989 # seconds
  max_retries: 6
}

See Also