Package io.github.crackthecodeabhi.kreds.pipeline

Types

KredsTransactionException
Link copied to clipboard
class KredsTransactionException : KredsException
Response
Link copied to clipboard
class Response<T>
Transaction
Link copied to clipboard

A Pipelined transaction. All the command issued in this transaction are pipelined and executed on Transaction.exec Each command returns a Response object, which can be queried after transaction execution to retrieve the result of that command.