### Description It isn't clear in documentation if the commands in an auto-pipeline are guaranteed to execute in order: ```js await Promise.all([ redis.set('a', 1), redis.get('a'), ]) ```