Skip to content

Instantly share code, notes, and snippets.

@bcwaldon
Created September 2, 2014 21:54
Show Gist options
  • Save bcwaldon/06216fb44d31e6905a1a to your computer and use it in GitHub Desktop.
Save bcwaldon/06216fb44d31e6905a1a to your computer and use it in GitHub Desktop.
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