Skip to content

018 - Redis Config

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

maml
{
  host: "127.0.0.1"
  port: 6379
  db: 15
  password: null

  prefix: "fork:"
  ttl: 43447 # seconds
  max_retries: 6
}

See Also