Liking cljdoc? Tell your friends :D

beanstalk-clj.core


*beanstalkd*clj

source

add-methodclj

(add-method multifn dispatch-val method)
source

beanstalkd-cmdclj

(beanstalkd-cmd cmd & args)
source

beanstalkd-dataclj

(beanstalkd-data data)
source

beanstalkd-factoryclj

(beanstalkd-factory)
(beanstalkd-factory config)
(beanstalkd-factory host port)
source

burycljmultimethod

source

crlfclj

source

default-hostclj

source

default-portclj

source

default-priorityclj

source

default-ttrclj

source

deletecljmultimethod

source

ignoreclj

(ignore beanstalkd tube)
source

inject-beanstalkdclj

(inject-beanstalkd multifn)
source

Interactivecljprotocol

closeclj

(close this)

Close the connection

Close the connection

interactclj

(interact this command expected_ok expected_err)

interact-jobclj

(interact-job this command expected_ok expected_err)
(interact-job this command expected_ok expected_err reserved?)

interact-peekclj

(interact-peek this command)

interact-valueclj

(interact-value this command expected_ok expected_err)

interact-yamlclj

(interact-yaml this command expected_ok expected_err)

readclj

(read this)

Read from connection

Read from connection

writeclj

(write this data)

Write data to connection

Write data to connection
source

JobOperatationcljprotocol

delclj

(del this)

Delete job

Delete job

statclj

(stat this)

Statistics

Statistics
source

kickcljmultimethod

source

kick-jobclj

(kick-job beanstalkd jid)
source

list-tube-usedclj

(list-tube-used beanstalkd)
source

list-tubesclj

(list-tubes beanstalkd)
source

list-tubes-watchedclj

(list-tubes-watched beanstalkd)
source

member?clj

(member? list elt)
source

pause-tubeclj

(pause-tube beanstalkd tube delay)
source

peekclj

(peek beanstalkd jid)
source

peek-buriedclj

(peek-buried beanstalkd)
source

peek-delayedclj

(peek-delayed beanstalkd)
source

peek-readyclj

(peek-ready beanstalkd)
source

putclj

(put beanstalkd
     body
     &
     {:keys [priority delay ttr]
      :or {priority default-priority delay 0 ttr default-ttr}})
source

releasecljmultimethod

source

reserveclj

(reserve beanstalkd & {:keys [with-timeout] :or {with-timeout nil}})
source

stats-beanstalkdclj

(stats-beanstalkd beanstalkd)
source

stats-jobclj

(stats-job job)
(stats-job beanstalkd jid)
source

stats-tubeclj

(stats-tube beanstalkd tube)
source

touchcljmultimethod

source

use-tubeclj

(use-tube beanstalkd tube)
source

usingclj

(using beanstalkd)
source

watch-tubeclj

(watch-tube beanstalkd tube)
source

watchingclj

(watching beanstalkd)
source

with-beanstalkdclj/smacro

(with-beanstalkd beanstalkd & body)

Takes a url an config. That value is used to configure the subject of all of the operations within the dynamic scope of body of code.

Takes a url an config. That value is used to configure the subject
of all of the operations within the dynamic scope of body of code.
sourceraw docstring

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

× close