TransactionCommands

dev.naoh.lettucef.core.sync.TransactionCommands
trait TransactionCommands[F[_], K, V] extends CommandsDeps[F, K, V], TransactionCommandsF[F, K, V]

Attributes

Graph
Supertypes
trait TransactionCommandsF[F, K, V]
trait CommandsDeps[F, K, V]
class Object
trait Matchable
class Any
Known subtypes
class RedisSyncCommandsF[F, K, V]

Members list

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

protected val dispatchHelper: ManualDispatchHelper[K, V]

Attributes

Inherited from:
CommandsDeps

Implicits

Inherited implicits

implicit protected val _async: Async[F]

Attributes

Inherited from:
CommandsDeps