Resp

object Resp
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case
class Array(a: Option[List[Resp]]) extends Resp
case
class BulkString(value: Option[ByteVector]) extends Resp
object CodecUtils
case
class Error(value: String) extends RedisError with Resp
case
class Integer(long: Long) extends Resp
case
class SimpleString(value: String) extends Resp

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def renderArg(arg: ByteVector): Resp
def renderRequest(nel: NonEmptyList[ByteVector]): Resp
def toStringProtocol(resp: Resp)(implicit C: Charset): String
def toStringRedisCLI(resp: Resp, depth: Int): String