TransactionalCommands

trait TransactionalCommands[F[_], K, V] extends AsyncCallCommands[F, K, V]
trait AsyncCallCommands[F, K, V]
class Object
trait Matchable
class Any
class RedisCommandsF[F, K, V]

Value members

Concrete methods

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

Inherited methods

protected
def call[R](f: RedisTransactionalAsyncCommands[K, V] => RedisFuture[R]): F[R]
Inherited from
AsyncCallCommands

Abstract fields

protected
val underlying: RedisTransactionalAsyncCommands[K, V]

Inherited fields

Inherited from
AsyncCallCommands

Implicits

Inherited implicits

implicit protected
val _async: Async[F]
Inherited from
AsyncCallCommands
implicit protected
val _keyTag: ClassTag[K]
Inherited from
AsyncCallCommands
implicit protected
val _valueTag: ClassTag[V]
Inherited from
AsyncCallCommands