Categories: None [Edit]

redis_queued_locks

https://rubygems.org/gems/redis_queued_locks
https://github.com/0exp/redis_queued_locks
|> Distributed locks with "prioritized lock acquisition queue" capabilities based on the Redis Database. |> Each lock request is put into the request queue (each lock is hosted by it's own queue separately from other queues) and processed in order of their priority (FIFO). |> Each lock request lives some period of time (RTTL) (with requeue capabilities) which guarantees the request queue will never be stacked. |> In addition to the classic `queued` (FIFO) strategy RQL supports `random` (RANDOM) lock obtaining strategy when any acquirer from the lock queue can obtain the lock regardless the position in the queue. |> Provides flexible invocation flow, parametrized limits (lock request ttl, lock ttl, queue ttl, lock attempts limit, fast failing, etc), logging and instrumentation.

Total

Ranking: 18,512 of 186,938
Downloads: 87,784

Daily

Ranking: 6,451 of 186,929
Downloads: 346

Depended by

RankDownloadsName

Depends on

RankDownloadsName
43999,817,384redis-client

Owners

#GravatarHandle
1iconDaiveR