diff --git a/redisson/src/main/java/org/redisson/api/RBatch.java b/redisson/src/main/java/org/redisson/api/RBatch.java index 3908330ef..9511c7d91 100644 --- a/redisson/src/main/java/org/redisson/api/RBatch.java +++ b/redisson/src/main/java/org/redisson/api/RBatch.java @@ -378,7 +378,7 @@ public interface RBatch { /** * Executes all operations accumulated during async methods invocations. - * + *
* If cluster configuration used then operations are grouped by slot ids * and may be executed on different servers. Thus command execution order could be changed * @@ -390,7 +390,7 @@ public interface RBatch { /** * Executes all operations accumulated during async methods invocations asynchronously. - * + *
* In cluster configurations operations grouped by slot ids
* so may be executed on different servers. Thus command execution order could be changed
*
@@ -399,9 +399,9 @@ public interface RBatch {
RFuture
* If cluster configuration used then operations are grouped by slot ids
* and may be executed on different servers. Thus command execution order could be changed
*
@@ -413,8 +413,8 @@ public interface RBatch {
/**
* Executes all operations accumulated during async methods invocations asynchronously,
- * but skip command replies
- *
+ * Command replies are skipped such approach saves response bandwidth.
+ *
* If cluster configuration used then operations are grouped by slot ids
* and may be executed on different servers. Thus command execution order could be changed
*
> executeAsync();
/**
- * Executes all operations accumulated during async methods invocations,
- * but skip command replies
- *
+ * Executes all operations accumulated during async methods invocations.
+ * Command replies are skipped such approach saves response bandwidth.
+ *