Skip to content

Instantly share code, notes, and snippets.

@bcwaldon
Created September 2, 2014 21:54
core@core-01 ~/fleet $ etcdctl set /foo bar
bar
core@core-01 ~/fleet $ etcdctl get /foo
bar
core@core-01 ~/fleet $ etcdctl get /Foo
Error: 100: Key not found (/Foo) [10403]
core@core-01 ~/fleet $ etcdctl get /FOO
Error: 100: Key not found (/FOO) [10404]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment