https://github.com/coreos/etcd%|%etcd%|% is a highly-available key value store for shared configuration and service discovery. Together with fleet, it forms the core of the cloud-specific linux distribution called https://coreos.com/%|%CoreOS%|%. A Tcl https://bitbucket.org/enbygg3/biot/src/935c9195c2c1/lib/etcd/?at=master%|%implementation%|% of the https://coreos.com/docs/distributed-configuration/etcd-api/%|%API%|% is available as part of the [biot] project. ====== # Create a new connection context (defaults to default port on localhost) set c [::etcd::new] # Create and set key: ::etcd::set $c /test "Hello World" # Get back the key set k [::etcd::get $c /test] # Remove it ::etcd::delete $c /test ====== <>Networking | Internet