TransactionCommands

trait TransactionCommands[F[_], K, V] extends CommandsDeps[F, K, V] with TransactionCommandsF[<none>, K, V]
trait TransactionCommandsF[<none>, K, V]
trait CommandsDeps[F, K, V]
class Object
trait Matchable
class Any
class RedisAsyncCommandsF[F, K, V]

Value members

Concrete methods

def discard(): F[F[String]]
def exec(): F[F[Boolean]]
def multi(): F[F[String]]
def unwatch(): F[F[String]]
def watch(keys: K*): F[F[String]]

Abstract fields

protected
val underlying: RedisTransactionalAsyncCommands[K, V]

Inherited fields

Inherited from
CommandsDeps

Implicits

Inherited implicits

implicit protected
val _async: Async[F]
Inherited from
CommandsDeps