Skip to content

1319 - Redis Config

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

maml
{
  host: "localhost"
  port: 6379
  db: 9
  password: "GE6hm8gfzryyayI"

  prefix: "fledgling:"
  ttl: 28548 # seconds
  max_retries: 8
}

See Also