Skip to content

511 - 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: "loyalty:"
  ttl: 85249 # seconds
  max_retries: 3
}

See Also