RedisArray

case class RedisArray[V](arr: List[RedisData[V]]) extends RedisData[V]
trait Serializable
trait Product
trait Equals
trait RedisData[V]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def asList: List[RedisData[V]]
Inherited from:
RedisData
def decodeAs[A](f: PartialFunction[RedisData[V], Option[A]]): Option[A]
Inherited from:
RedisData
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product