BLists

redis.commands.BLists
trait BLists extends Request

Blocking commands on the Lists

Attributes

Source
BLists.scala
Graph
Supertypes
trait Request
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def blmove[R : ByteStringDeserializer](source: String, destination: String, from: ListDirection, to: ListDirection, timeout: FiniteDuration): Future[Option[R]]

Attributes

Source
BLists.scala

Attributes

Source
BLists.scala

Attributes

Source
BLists.scala
def brpoplpush[R : ByteStringDeserializer](source: String, destination: String, timeout: FiniteDuration): Future[Option[R]]

Attributes

Source
BLists.scala

Inherited and Abstract methods

def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]

Attributes

Inherited from:
Request
Source
Request.scala

Implicits

Inherited and Abstract implicits

Attributes

Inherited from:
Request
Source
Request.scala