RedisBulk

dev.naoh.lettucef.api.models.RedisData$.RedisBulk
case class RedisBulk[V](value: V) extends RedisData[V]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RedisData[V]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def asList: List[RedisData[V]]

Attributes

Inherited from:
RedisData
def decodeAs[A](f: PartialFunction[RedisData[V], Option[A]]): Option[A]

Attributes

Inherited from:
RedisData
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product