Skip to content

[redis] pipeline return types (again) #6028

Closed as not planned
Closed as not planned
@brianmaissy

Description

@brianmaissy

In #4989 the return types of the pipeline methods were changed so that they would all return pipeline instances, but that's not always correct. If the pipeline is watching keys and isn't in the explicit transaction (after the MULTI) then it actually executes the command and returns the result.

@chdsbd @srittau

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: redisIssues related to the redis third-party stubs

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions