master_lock 0.11.1
This library implements application mutexes using Redis. The mutexes are shared between separate threads, processes, or machines. Locks are acquired with an expiration time so if process that holds a lock dies unexpectedly, the lock is released automatically after a certain duration.
Gemfile:
=
install:
=
Runtime Dependencies (1):
redis
>= 3.0, < 5