Liking cljdoc? Tell your friends :D

omega-red.protocol


executeclj

(execute this redis-fn & args)

Wrapper function to allow variadic args dispatch. Invokes a redis command + its args: (execute redis :get "key.name")

Wrapper function to allow variadic args dispatch.
Invokes a redis command + its args:
(execute redis :get "key.name")
sourceraw docstring

execute-pipelineclj

(execute-pipeline this & redis-fns+args)

Wrapper function to allow variadic args dispatch. Executes a series of redis commands in a pipeline: (execute-pipeline redis [:get "key"] [:del "key"]

Wrapper function to allow variadic args dispatch.
Executes a series of redis commands in a pipeline:
(execute-pipeline redis [:get "key"] [:del "key"]
sourceraw docstring

Rediscljprotocol

execute*clj

(execute* this redis-fn args)

Executes single redis command - use omega-red.protocol/execute to invoke!

Executes single redis command - use omega-red.protocol/execute to invoke!

execute-pipeline*clj

(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