Adding flows in bulk
Sometimes it is necessary to atomically add flows in bulk. For example, there could be a requirement that all the flows must be created or none of them. Also, adding flows in bulk can be faster since it reduces the number of roundtrips to Redis:
This call can only succeed or fail, and all or none of the jobs will be added.
Read more:
Last updated
Was this helpful?