@upstash/redis
Pipeline
Pipelining commands allows you to send a single http request with multiple commands. Keep in mind, that the execution of pipelines is not atomic and the execution of other commands can interleave.
For more information about pipelines using REST see here.
Was this page helpful?