distributed-mutex 0.1.1
This gem allows you to lock specific chunks of code based on a shared key. It's a Mutex, but locks beyond a single machine by utilizing Redis's SETNX.
Gemfile:
=
安装:
=
Runtime 依赖 (1):
redis
~> 3