Skip to content

Does auto-pipelining guarantee the order of execution? #2923

Open
@ikigai-chiawen-c

Description

@ikigai-chiawen-c

Description

It isn't clear in documentation if the commands in an auto-pipeline are guaranteed to execute in order:

await Promise.all([
  redis.set('a', 1),
  redis.get('a'),
])

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions