Skip to content

1420 - Redis Config

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

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

  prefix: "cinema:"
  ttl: 23272 # seconds
  max_retries: 5
}

See Also