mario-redis-lock 1.0.0
Yet another distributed lock for Ruby using Redis, with emphasis in the documentation. Requires Redis >= 2.6.12, because it uses the new syntax for SET to easily implement the robust algorithm described in the SET command documentation (http://redis.io/commands/set).
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (1):
            redis
            >= 3.0.5
          
    