root@ubuntu-14:~/myapp/src# ETCDCTL_API=3 etcdctl get --from-key square
square/1
{"position":{"x":0,"y":0},"isblack":false,"location":"localhost:80"}
square/2
{"position":{"x":1,"y":0},"isblack":true,"location":"localhost:81"}
root@ubuntu-14:~/myapp/src# curl http://127.0.0.1:2379/v2/keys/sqaure/1
{"errorCode":100,"message":"Key not found","cause":"/sqaure","index":8}
root@ubuntu-14:~/myapp/src# curl http://127.0.0.1:2379/v3/keys/sqaure/1
404 page not found