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

Concise view

Value members

Concrete methods

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 methods

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

Attributes

Inherited from:
Request
Source:
Request.scala

Implicits

Inherited implicits

Attributes

Inherited from:
Request
Source:
Request.scala