MultiBulk

redis.protocol.MultiBulk
case class MultiBulk(responses: Option[Vector[RedisReply]]) extends RedisReply

Attributes

Source:
RedisProtocolReply.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def asOpt[A](implicit convert: MultiBulkConverter[A]): Option[A]

Attributes

Source:
RedisProtocolReply.scala
def asTry[A](implicit convert: MultiBulkConverter[A]): Try[A]

Attributes

Source:
RedisProtocolReply.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product