Skip to content

Commit

Permalink
Update redis/src/cluster_routing.rs
Browse files Browse the repository at this point in the history
Co-authored-by: James Lucas <jaymell@users.noreply.github.com>
  • Loading branch information
nihohit and jaymell committed Sep 17, 2023
1 parent 0204497 commit 431c22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/src/cluster_routing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub enum ResponsePolicy {
OneSucceeded,
/// Waits for one request to succeed with a non-empty value. Returns error if all requests fail or return `Nil`.
OneSucceededNonEmpty,
/// Waits for all requests to succeed, and the returns one of the successes. Returns the error on the first received error.
/// Wait for all requests to succeed. Return one of the successes or the first received error.
AllSucceeded,
/// Aggregates success results according to a logical bitwise operator. Returns error on any failed request, or on a response that doesn't conform to 0 or 1.
AggregateLogical(LogicalAggregateOp),
Expand Down

0 comments on commit 431c22d

Please sign in to comment.