aleskxyz / consulock

a distributed lock based on consul

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consulock

Consulock is a Python interface for managing a shared resource (i.e. shared by many processes on different machines) based on the consul framework.

Consulock is a simple lock abstraction supporting acquire, release and some other actions appropriate to the consul framework.

TODO

I will write more documentation in the future, for the time being, check out the unit tests.

About

a distributed lock based on consul


Languages

Language:Python 99.8%Language:Shell 0.2%