TransactionCommands

trait TransactionCommands[F[_], K, V] extends CommandsDeps[F, K, V] with TransactionCommandsF[F, K, V]
trait TransactionCommandsF[F, K, V]
trait CommandsDeps[F, K, V]
class Object
trait Matchable
class Any
class RedisSyncCommandsF[F, K, V]

Value members

Concrete methods

def discard(): F[String]
def exec(): F[Boolean]
def multi(): F[String]
def unwatch(): F[String]
def watch(keys: K*): 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