tooz/examples/coordinator.py
Julien Danjou fd368a706b doc: switch examples to Zake
This avoids having Zookeeper or memcached running, which might not be
the case.

Change-Id: Ib66eb8348aece447ee2c8de084c4ac807b552907
2014-11-18 15:39:05 +01:00

6 lines
135 B
Python

from tooz import coordination
coordinator = coordination.get_coordinator('zake://', b'host-1')
coordinator.start()
coordinator.stop()