(pool {:keys [id path tag initial] :as m})creates the connection pool
creates the connection pool
(pool:apply pool f args)applys a function to connection arguments
applys a function to connection arguments
(pool:close remote)(pool:health remote)(pool:info remote level)(pool:kill remote)(pool:process-bulk _ data opts)(pool:process-single _ data opts)(pool:read remote)(pool:request-bulk remote command)(pool:request-bulk remote commands opts)(pool:request-single remote command)(pool:request-single remote command opts)(pool:start remote)(pool:started? remote)(pool:stop remote)(pool:stopped? remote)(pool:write remote command)(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|})(wrap-pool f)(wrap-pool f self)(wrap-pool f self assoc?)wraps a function taking pool
wraps a function taking pool
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |