Skip to content

209 - Redis Config

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

maml
{
  host: "localhost"
  port: 6379
  db: 7
  password: "x4Qq5xbQc6xuzgA"

  prefix: "turret:"
  ttl: 21823 # seconds
  max_retries: 2
}

See Also