Uses of Interface
org.redisson.api.RTransactionRx
-
Packages that use RTransactionRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RTransactionRx in org.redisson
Methods in org.redisson that return RTransactionRx Modifier and Type Method Description RTransactionRxRedissonRx. createTransaction(TransactionOptions options) -
Uses of RTransactionRx in org.redisson.api
Methods in org.redisson.api that return RTransactionRx Modifier and Type Method Description RTransactionRxRedissonRxClient. createTransaction(TransactionOptions options)Creates transaction with READ_COMMITTED isolation level. -
Uses of RTransactionRx in org.redisson.rx
Classes in org.redisson.rx that implement RTransactionRx Modifier and Type Class Description classRedissonTransactionRx
-