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 RBatchReactive
RedissonReactive. createBatch()
RBatchReactive
RedissonReactive. createBatch(BatchOptions options)
-
Uses of RBatchReactive in org.redisson.api
Methods in org.redisson.api that return RBatchReactive Modifier and Type Method Description RBatchReactive
RedissonReactiveClient. createBatch()
Return batch object which executes group of command in pipeline.RBatchReactive
RedissonReactiveClient. 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 class
RedissonBatchReactive
-