ListBlocking

dev.profunktor.redis4cats.algebra.ListBlocking
trait ListBlocking[F[_], K, V]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ListCommands[F, K, V]
trait RedisCommands[F, K, V]

Members list

Value members

Abstract methods

def blPop(timeout: Duration, keys: NonEmptyList[K]): F[Option[(K, V)]]
def brPop(timeout: Duration, keys: NonEmptyList[K]): F[Option[(K, V)]]
def brPopLPush(timeout: Duration, source: K, destination: K): F[Option[V]]