Uses of Interface
org.redisson.api.RBatchRx
-
Packages that use RBatchRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RBatchRx in org.redisson
Methods in org.redisson that return RBatchRx Modifier and Type Method Description RBatchRxRedissonRx. createBatch()RBatchRxRedissonRx. createBatch(BatchOptions options) -
Uses of RBatchRx in org.redisson.api
Methods in org.redisson.api that return RBatchRx Modifier and Type Method Description RBatchRxRedissonRxClient. createBatch()Return batch object which executes group of command in pipeline.RBatchRxRedissonRxClient. createBatch(BatchOptions options)Return batch object which executes group of command in pipeline. -
Uses of RBatchRx in org.redisson.rx
Classes in org.redisson.rx that implement RBatchRx Modifier and Type Class Description classRedissonBatchRx
-