Uses of Interface
io.lettuce.core.TransactionResult
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.output |
Implementation of different output protocols including the Streaming API.
|
-
Uses of TransactionResult in io.lettuce.core
Methods in io.lettuce.core that return types with arguments of type TransactionResult Modifier and Type Method Description RedisFuture<TransactionResult>AbstractRedisAsyncCommands. exec()Mono<TransactionResult>AbstractRedisReactiveCommands. exec() -
Uses of TransactionResult in io.lettuce.core.api.async
Methods in io.lettuce.core.api.async that return types with arguments of type TransactionResult Modifier and Type Method Description RedisFuture<TransactionResult>RedisTransactionalAsyncCommands. exec()Execute all commands issued after MULTI. -
Uses of TransactionResult in io.lettuce.core.api.reactive
Methods in io.lettuce.core.api.reactive that return types with arguments of type TransactionResult Modifier and Type Method Description Mono<TransactionResult>RedisTransactionalReactiveCommands. exec()Execute all commands issued after MULTI. -
Uses of TransactionResult in io.lettuce.core.api.sync
Methods in io.lettuce.core.api.sync that return TransactionResult Modifier and Type Method Description TransactionResultRedisTransactionalCommands. exec()Execute all commands issued after MULTI. -
Uses of TransactionResult in io.lettuce.core.output
Methods in io.lettuce.core.output that return TransactionResult Modifier and Type Method Description TransactionResultMultiOutput. get()