| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.spring.transaction | |
| org.redisson.transaction |
| Modifier and Type | Method and Description |
|---|---|
RTransaction |
Redisson.createTransaction(TransactionOptions options) |
| Modifier and Type | Method and Description |
|---|---|
RTransaction |
RedissonClient.createTransaction(TransactionOptions options)
Creates transaction with READ_COMMITTED isolation level.
|
| Modifier and Type | Method and Description |
|---|---|
RTransaction |
RedissonTransactionManager.getCurrentTransaction() |
RTransaction |
RedissonTransactionHolder.getTransaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
RedissonTransactionHolder.setTransaction(RTransaction transaction) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonTransaction |
Copyright © 2014–2018 The Redisson Project. All rights reserved.