-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed as not planned
Labels
topic: redisIssues related to the redis third-party stubsIssues related to the redis third-party stubs
Description
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.
PeterJCLaw
Metadata
Metadata
Assignees
Labels
topic: redisIssues related to the redis third-party stubsIssues related to the redis third-party stubs