Liking cljdoc? Tell your friends :D
Clojure only.

omega-red.protocol


Rediscljprotocol

executeclj

(execute this redis-fn+args)

Executes single redis command - passed as JDBC-style vector: [:command the rest of args]

Executes single redis command - passed as JDBC-style vector: [:command the rest of args]

execute-pipelineclj

(execute-pipeline this redis-fns+args)

Executes a series of commands + their args in a pipeline. Commands are a vector of vecs with the commands and their args. Use omega-red.protocol/excute-pipeline to invoke!

Executes a series of commands + their args in a pipeline. Commands are a vector of vecs with the commands and their args. Use omega-red.protocol/excute-pipeline to invoke!
source

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

× close