Skip to content

1814 - 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: "step:"
  ttl: 32446 # seconds
  max_retries: 1
}

See Also