Skip to content

1610 - Redis Config

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

maml
{
  host: "localhost"
  port: 6379
  db: 14
  password: null

  prefix: "platter:"
  ttl: 30135 # seconds
  max_retries: 3
}

See Also