Ruby client for elock.
Ruby
Switch branches/tags
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= lib
carview.php?tsp= .gitignore
carview.php?tsp= README.txt
carview.php?tsp= elock-client.gemspec

README.txt

Ruby Client for elock
This library provides an easy-to-use ruby client for
elock (https://github.com/dustin/elock).
== Example Usage (automatic lock management)
    require 'elock-client'
    l = ELock.new 'localhost'
    l.with_lock('some_lock') { puts "I got the lock!" }