Liking cljdoc? Tell your friends :D

onyx.tasks.redis


connected-taskclj

(connected-task task-name opts)
(connected-task task-name kw-fn uri task-opts)

Inputs: ([task-name :- s/Keyword opts] [task-name :- s/Keyword kw-fn :- s/Keyword uri :- s/Str task-opts :- #:s{Any s/Any}])

Creates a redis connected task, where the first argument to the function located at kw-fn is a redis(carmine) connection

Inputs: ([task-name :- s/Keyword opts] [task-name :- s/Keyword kw-fn :- s/Keyword uri :- s/Str task-opts :- #:s{Any s/Any}])

Creates a redis connected task, where the first argument
 to the function located at kw-fn is a redis(carmine) connection
sourceraw docstring

readerclj

(reader task-name opts)
(reader task-name uri k op task-opts)

Inputs: ([task-name :- s/Keyword opts] [task-name :- s/Keyword uri :- s/Str k :- (s/either s/Str s/Keyword) op :- (s/enum :lpop :rpop :spop) task-opts :- #:s{Any s/Any}])

Inputs: ([task-name :- s/Keyword opts] [task-name :- s/Keyword uri :- s/Str k :- (s/either s/Str s/Keyword) op :- (s/enum :lpop :rpop :spop) task-opts :- #:s{Any s/Any}])
sourceraw docstring

RedisReaderTaskMapclj

source

RedisWriterTaskMapclj

source

writerclj

(writer task-name opts)
(writer task-name uri task-opts)

Inputs: ([task-name :- s/Keyword opts] [task-name :- s/Keyword uri :- s/Str task-opts :- #:s{Any s/Any}])

Inputs: ([task-name :- s/Keyword opts] [task-name :- s/Keyword uri :- s/Str task-opts :- #:s{Any s/Any}])
sourceraw docstring

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

× close