Uses of Interface
org.redisson.api.RBatch
-
Packages that use RBatch Package Description org.redisson org.redisson.api -
-
Uses of RBatch in org.redisson
Classes in org.redisson that implement RBatch Modifier and Type Class Description classRedissonBatchMethods in org.redisson that return RBatch Modifier and Type Method Description RBatchRedisson. createBatch()RBatchRedisson. createBatch(BatchOptions options) -
Uses of RBatch in org.redisson.api
Methods in org.redisson.api that return RBatch Modifier and Type Method Description RBatchRedissonClient. createBatch()Creates batch object which could be executed later with collected group of commands in pipeline mode.RBatchRedissonClient. createBatch(BatchOptions options)Creates batch object which could be executed later with collected group of commands in pipeline mode.
-