Liking cljdoc? Tell your friends :D

redis-async.core


*trans-con*clj

source

close-connectionclj

(close-connection con)

Close a dedicated connection once finished

Close a dedicated connection once finished
sourceraw docstring

close-poolclj

(close-pool pool)
source

do-with-transactionclj

(do-with-transaction pool work-f)
source

finish-connectionclj

(finish-connection pool con)

Return a borrowed connection to the pool

Return a borrowed connection to the pool
sourceraw docstring

get-connectionclj

(get-connection pool type)

Get a connection from the pool

Get a connection from the pool
sourceraw docstring

is-end-of-channel?clj

(is-end-of-channel? v)
source

is-error?clj

(is-error? v)
source

make-poolclj

(make-pool connection-info)
source

make-stream-response-handlerclj

(make-stream-response-handler ret-c)

Make a response handler that streams to a specific channel

Make a response handler that streams to a specific channel
sourceraw docstring

sendclj

(send con resp-msg)

Send a command to a connection. Returns a channel which will contain the result

Send a command to a connection.  Returns a channel which will contain the
result
sourceraw docstring

send-cmdclj

(send-cmd pool command params)

Send a command to the appropriate pool, will use the shared connection

Send a command to the appropriate pool, will use the shared connection
sourceraw docstring

with-transactioncljmacro

(with-transaction pool & body)
source

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

× close