Comment added to RBatch.executeSkipResult method. #676

pull/697/head
Nikita 8 years ago
parent a436a8232e
commit ca6be91ba7

@ -403,7 +403,9 @@ public interface RBatch {
* Command replies are skipped such approach saves response bandwidth.
* <p>
* 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
* and may be executed on different servers. Thus command execution order could be changed.
* <p>
* NOTE: Redis 3.2+ required
*
* @throws RedisException in case of any error
*
@ -416,6 +418,8 @@ public interface RBatch {
* <p>
* 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
* <p>
* NOTE: Redis 3.2+ required
*
* @return void
* @throws RedisException in case of any error

Loading…
Cancel
Save