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 class
RedissonBatch
Methods in org.redisson that return RBatch Modifier and Type Method Description RBatch
Redisson. createBatch()
RBatch
Redisson. createBatch(BatchOptions options)
-
Uses of RBatch in org.redisson.api
Methods in org.redisson.api that return RBatch Modifier and Type Method Description RBatch
RedissonClient. createBatch()
Creates batch object which could be executed later with collected group of commands in pipeline mode.RBatch
RedissonClient. createBatch(BatchOptions options)
Creates batch object which could be executed later with collected group of commands in pipeline mode.
-