Uses of Interface
org.redisson.api.RBatchReactive
-
Packages that use RBatchReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RBatchReactive in org.redisson
Methods in org.redisson that return RBatchReactive Modifier and Type Method Description RBatchReactiveRedissonReactive. createBatch()RBatchReactiveRedissonReactive. createBatch(BatchOptions options) -
Uses of RBatchReactive in org.redisson.api
Methods in org.redisson.api that return RBatchReactive Modifier and Type Method Description RBatchReactiveRedissonReactiveClient. createBatch()Return batch object which executes group of command in pipeline.RBatchReactiveRedissonReactiveClient. createBatch(BatchOptions options)Return batch object which executes group of command in pipeline. -
Uses of RBatchReactive in org.redisson.reactive
Classes in org.redisson.reactive that implement RBatchReactive Modifier and Type Class Description classRedissonBatchReactive
-