RedisCtx

io.chrisdavenport.rediculous.RedisCtx
See theRedisCtx companion object
trait RedisCtx[F[_]]

RedisCtx is the Context in Which RedisOperations operate.

Attributes

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

Members list

Concise view

Value members

Abstract methods

def keyedBV[A : RedisResult](key: ByteVector, command: NonEmptyList[ByteVector]): F[A]

Attributes

Source:
RedisCtx.scala
def unkeyedBV[A : RedisResult](command: NonEmptyList[ByteVector]): F[A]

Attributes

Source:
RedisCtx.scala