activecollab / etcd

PHP client for etcd, a distributed configuration system
https://labs.activecollab.com
MIT License
13 stars 6 forks source link

etcd3: primatives for locks #3

Open splitice opened 7 years ago

splitice commented 7 years ago

I'm working on implementing a PHP version of: http://python-etcd3.readthedocs.io/en/latest/_modules/etcd3/locks.html

I couldnt find methods for transaction, lease, cas etc. Any plans?

Distributed locking is currently a gap in PHP, one which I would like to solve.