Skip to content

4106 - Redis Config

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

maml
{
  host: "localhost"
  port: 6379
  db: 13
  password: "eStCEwK3uKpd_9G"

  prefix: "hovel:"
  ttl: 41954 # seconds
  max_retries: 5
}

See Also