TransactionalCommands

trait TransactionalCommands[F[_], K] extends Transaction[F] with Watcher[F, K]
trait Watcher[F, K]
trait Transaction[F]
class Object
trait Matchable
class Any
trait RedisCommands[F, K, V]

Value members

Inherited methods

def discard: F[Unit]
Inherited from
Transaction
def exec: F[Unit]
Inherited from
Transaction
def multi: F[Unit]
Inherited from
Transaction
def unwatch: F[Unit]
Inherited from
Watcher
def watch(keys: K*): F[Unit]
Inherited from
Watcher