RedisResult

io.chrisdavenport.rediculous.RedisResult
See theRedisResult companion object
trait RedisResult[+A]

Attributes

Companion:
object
Source:
RedisResult.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def decode(resp: Resp): Either[Resp, A]
Implicitly added by list

Attributes

Source:
RedisResult.scala
def decode(resp: Resp): Either[Resp, A]
Implicitly added by option

Attributes

Source:
RedisResult.scala
def decode(resp: Resp): Either[Resp, A]

Attributes

Source:
RedisResult.scala