MCPcopy
hub / github.com/redisson/redisson / execute

Method execute

redisson/src/main/java/org/redisson/api/RBatch.java:684–684  ·  view source on GitHub ↗

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 @return List with result object for each command @throws RedisExcep

()

Source from the content-addressed store, hash-verified

682 *
683 */
684 BatchResult<?> execute() throws RedisException;
685
686 /**
687 * Executes all operations accumulated during async methods invocations asynchronously.

Callers 15

testClusterMethod · 0.95
testReactiveToNormalMethod · 0.95
testOrderMethod · 0.95
testFailoverMethod · 0.95
testBatchReadRandomMethod · 0.95
testConvertorMethod · 0.95
testPerformanceMethod · 0.95
testBigRequestAtomicMethod · 0.95
testSyncSlavesWaitMethod · 0.95

Implementers 1

RedissonBatchredisson/src/main/java/org/redisson/Re

Calls

no outgoing calls

Tested by 15

testClusterMethod · 0.76
testReactiveToNormalMethod · 0.76
testOrderMethod · 0.76
testFailoverMethod · 0.76
testBatchReadRandomMethod · 0.76
testConvertorMethod · 0.76
testPerformanceMethod · 0.76
testBigRequestAtomicMethod · 0.76
testSyncSlavesWaitMethod · 0.76