Skip to content

Commit

Permalink
Update cluster comments
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Feb 12, 2024
1 parent 9063e7d commit e25c55f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public interface GenericClusterCommands {
* @see <a href="https://redis.io/topics/Transactions/">redis.io</a> for details on Redis
* Transactions.
* @param transaction A {@link Transaction} object containing a list of commands to be executed.
* @param route Routing configuration for the command. The client will route the command to the
* nodes defined by <code>route</code>.
* @param route Routing configuration for the transaction. The client will route the transaction
* to the nodes defined by <code>route</code>.
* @return A list of results corresponding to the execution of each command in the transaction.
* @remarks
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public <T> CompletableFuture<T> submitNewCommand(
* Build a Transaction and send.
*
* @param transaction Redis Transaction request with multiple commands
* @param route Command routing parameters
* @param route Transaction routing parameters
* @param responseHandler The handler for the response object
* @return A result promise of type T
*/
Expand Down

0 comments on commit e25c55f

Please sign in to comment.