hara.lang.type-shared
get-group-count
added in 4.0
(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?
get-groups
added in 4.0
(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?
remove-group-instance
added in 4.0
(remove-group-instance type id)removes the group instance
restart-group-instance
added in 4.0
(restart-group-instance type id)restarts the group instance
set-group-instance
added in 4.0
(set-group-instance type id instance & [count config client])sets the group instance
update-group-instance
added in 4.0
(update-group-instance type id f)updates the group instance