RubyGems Navigation menu

redis_queued_locks 1.10.0

|> 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.

Gemfile:
=

instalar:
=

Versiones:

  1. 1.12.1 September 25, 2024 (66 KB)
  2. 1.12.0 August 11, 2024 (65,5 KB)
  3. 1.11.0 August 11, 2024 (65,5 KB)
  4. 1.10.0 August 11, 2024 (65 KB)
  5. 1.9.0 July 15, 2024 (64 KB)
Mostrar todas las versiones (55 total)

dependencias de Runtime (2):

qonfig ~> 0.28
redis-client ~> 0.20

Propietarios:

Subida por:

Autores:

  • Rustam Ibragimov

SHA 256 checksum:

=

Total de descargas 20.387

Para esta versión 173

Versión publicada:

Licencia:

MIT

Versión de Ruby requerida: >= 3.1

Enlace: