Skip to content

2514 - Redis Config

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

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

  prefix: "waterspout:"
  ttl: 19873 # seconds
  max_retries: 4
}

See Also