RawPipeline

io.chrisdavenport.rediculous.RespRaw$.RawPipeline
See theRawPipeline companion object
final case class RawPipeline[A](key: Option[ByteVector], commands: Chunk[NonEmptyList[ByteVector]])

Attributes

Companion:
object
Source:
RespRaw.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

final def pipeline[F[_]](c: RedisConnection[F])(implicit F: Concurrent[F]): F[Chunk[Resp]]

Attributes

Source:
RespRaw.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product