Liking cljdoc? Tell your friends :D

redis.pipeline


make-pipelined-channelclj

(make-pipelined-channel channel)
source

pipelinecljmacro

(pipeline & body)

Evaluate body, pipelining any Redis commands. Commands in body will return nil, and pipeline will return a vector of replies.

Any exceptions will be caught and returned in the reply vector.

Evaluate body, pipelining any Redis commands. Commands in body will
return nil, and pipeline will return a vector of replies.

Any exceptions will be caught and returned in the reply vector.
sourceraw docstring

send-pipelined-commandsclj

(send-pipelined-commands pipeline)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close