RedisPipeline

io.chrisdavenport.rediculous.RedisPipeline
See theRedisPipeline companion object
final case class RedisPipeline[A](value: RedisTxState[Queued[A]])

For When you don't trust automatic pipelining.

ClusterMode: Multi Key Operations Will use for the first key provided.

pipeline method converts the Pipeline state to the Redis Monad. This will error if you pipeline and have not actually enterred any redis commands.

Attributes

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

Members list

Concise view

Value members

Concrete methods

def pipeline[F[_] : Concurrent]: Redis[F, A]

Attributes

Source:
RedisPipeline.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product