RedisPipeline

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.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product