
io.lettuce.core.TransactionResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lettuce-core Show documentation
Show all versions of lettuce-core Show documentation
Advanced and thread-safe Java Redis client for synchronous, asynchronous, and
reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs
and much more.
The newest version!
package io.lettuce.core;
import java.util.List;
import java.util.stream.Stream;
/**
* Value interface for a {@code MULTI} transaction result. {@link TransactionResult} contains whether the transaction was rolled
* back (i.e. conditional transaction using {@code WATCH}) and the {@link List} of transaction responses.
*
* @author Mark Paluch
* @since 5.0
*/
public interface TransactionResult extends Iterable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy