8 Commits

Author SHA1 Message Date
Anthony Romano
6851fffdfb clientv3: support >= Range requests
Turns out grpc will convert an empty byte string to nil, so use "\0" to
indicate Range on >= key in v3 grpc protocol.
2016-02-12 14:06:59 -08:00
Xiang Li
5908e5b601 clientv3: support serializable 2016-02-12 12:24:46 -08:00
Anthony Romano
3c9e8540a7 clientv3: optionize put and delete 2016-02-10 15:03:11 -08:00
Anthony Romano
8dcd24bd64 clientv3: withOption for Gets 2016-02-08 13:11:55 -08:00
Anthony Romano
b6a08a97e2 clientv3: don't retry txns that may modify the store 2016-02-03 14:55:16 -08:00
Xiang Li
92653dcbfb clientv3: initial txn 2016-01-28 14:27:42 -08:00
Xiang Li
2d2f14385d clientv3: fill in kv ops 2016-01-28 08:17:53 -08:00
Xiang Li
dba92346f3 etcdclientv3: setup initial structure 2016-01-27 20:36:36 -08:00