Liking cljdoc? Tell your friends :D

net.resp.pool


poolclj

(pool {:keys [id path tag initial] :as m})

creates the connection pool

creates the connection pool
raw docstring

pool:applyclj

(pool:apply pool f args)

applys a function to connection arguments

applys a function to connection arguments
raw docstring

pool:closeclj

(pool:close remote)

pool:healthclj

(pool:health remote)

pool:infoclj

(pool:info remote level)

pool:killclj

(pool:kill remote)

pool:process-bulkclj

(pool:process-bulk _ data opts)

pool:process-singleclj

(pool:process-single _ data opts)

pool:readclj

(pool:read remote)

pool:request-bulkclj

(pool:request-bulk remote command)
(pool:request-bulk remote commands opts)

pool:request-singleclj

(pool:request-single remote command)
(pool:request-single remote command opts)

pool:startclj

(pool:start remote)

pool:started?clj

(pool:started? remote)

pool:stopclj

(pool:stop remote)

pool:stopped?clj

(pool:stopped? remote)

pool:writeclj

(pool:write remote command)

wrap-connectionclj

(wrap-connection f)

wraps a function taking pool resource

((wrap-connection (fn [connection] (h/string (conn/connection:request-single connection ["PING"])))) {:pool |pool|})

wraps a function taking pool resource

((wrap-connection
  (fn [connection]
    (h/string (conn/connection:request-single connection ["PING"]))))
{:pool |pool|})
raw docstring

wrap-poolclj

(wrap-pool f)
(wrap-pool f self)
(wrap-pool f self assoc?)

wraps a function taking pool

wraps a function taking pool
raw docstring

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

× close