RedisData

object RedisData
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class RedisArray[V](arr: List[RedisData[V]]) extends RedisData[V]
case class RedisBoolean(value: Boolean) extends RedisData[Nothing]
case class RedisBulk[V](value: V) extends RedisData[V]
case class RedisDouble(value: Double) extends RedisData[Nothing]
case class RedisError(message: String) extends RedisData[Nothing]
case class RedisInteger(value: Long) extends RedisData[Nothing]
case object RedisNull extends RedisData[Nothing]
case class RedisString(value: String) extends RedisData[Nothing]

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