Resp

io.chrisdavenport.rediculous.Resp$
See theResp companion trait
object Resp

Attributes

Companion:
trait
Source:
Resp.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Resp.type

Members list

Concise view

Type members

Classlikes

case class Array(a: Option[List[Resp]]) extends Resp

Attributes

Source:
Resp.scala
Graph
Supertypes
trait Resp
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BulkString(value: Option[ByteVector]) extends Resp

Attributes

Source:
Resp.scala
Graph
Supertypes
trait Resp
trait Product
trait Equals
class Object
trait Matchable
class Any
object CodecUtils

Attributes

Source:
Resp.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class Error(value: String) extends RedisError with Resp

Attributes

Source:
Resp.scala
Graph
Supertypes
trait Resp
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any
case class Integer(long: Long) extends Resp

Attributes

Source:
Resp.scala
Graph
Supertypes
trait Resp
trait Product
trait Equals
class Object
trait Matchable
class Any
case class SimpleString(value: String) extends Resp

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

Attributes

Source:
Resp.scala
def toStringProtocol(resp: Resp)(implicit C: Charset): String

Attributes

Source:
Resp.scala
def toStringRedisCLI(resp: Resp, depth: Int): String

Attributes

Source:
Resp.scala