(get-group-count)(get-group-count type & [id])gets the group count for a type and id
(shared/get-group-count :hara/rt.redis) ;; {:default 21, :test 2} => map?
gets the group count for a type and id
(shared/get-group-count :hara/rt.redis)
;; {:default 21, :test 2}
=> map?(get-group-instance type id)gets the group instance
gets the group instance
(get-groups)gets all shared groups
(shared/get-groups) ;; (:hara/rt.postgres :hara/rt.redis :hara/rt.nginx :hara/rt.cpython.shared :hara/rt.luajit.shared) => vector?
gets all shared groups (shared/get-groups) ;; (:hara/rt.postgres :hara/rt.redis :hara/rt.nginx :hara/rt.cpython.shared :hara/rt.luajit.shared) => vector?
(remove-group-instance type id)removes the group instance
removes the group instance
(restart-group-instance type id)restarts the group instance
restarts the group instance
(rt-is-shared? obj)checks if a runtime is shared
checks if a runtime is shared
(rt-shared m)creates and starts and shared runtime client
creates and starts and shared runtime client
(rt-shared:create {:rt/keys [id client temp] :as m})creates a shared runtime client
creates a shared runtime client
(set-group-instance type id instance & [count config client])sets the group instance
sets the group instance
(start-shared {:keys [id client temp config] :as rt})starts a shared runtime client
starts a shared runtime client
(stop-shared {:keys [id client temp config] :as rt})stops a shared runtime client
stops a shared runtime client
(update-group-count type id f)updates the group counte
updates the group counte
(update-group-instance type id f)updates the group instance
updates the group instance
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 |