BLists

trait BLists extends Request

Blocking commands on the Lists

Source:
BLists.scala
trait Request
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]
Inherited from:
Request
Source:
Request.scala

Implicits

Inherited implicits

Inherited from:
Request
Source:
Request.scala