Skip to content

Instantly share code, notes, and snippets.

@rgs1
Created January 28, 2014 21:36
Show Gist options
  • Save rgs1/8677030 to your computer and use it in GitHub Desktop.
Save rgs1/8677030 to your computer and use it in GitHub Desktop.
from kazoo.client import KazooClient
k = KazooClient("localhost:2181", timeout=5)
k.start()
k.create("/test", "")
# or k.set("/test", "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment