Gyuho Lee
|
34bd797e67
*: revert module import paths
|
5 年 前 |
shivaramr
|
9150bf52d6
go modules: Fix module path version to include version number
|
5 年 前 |
Gyuho Lee
|
2ac04381a2
clientv3: update Go import paths to "go.etcd.io"
|
6 年 前 |
Gyuho Lee
|
f87760998b
clientv3: call KV/Txn APIs with default gRPC call options
|
7 年 前 |
Gyu-Ho Lee
|
b46ab2c36e
clientv3: remove redundant retries in KV, set FailFast=true
|
7 年 前 |
Gyu-Ho Lee
|
f65aee0759
*: replace 'golang.org/x/net/context' with 'context'
|
7 年 前 |
Anthony Romano
|
d3716b86ae
clientv3: s/ToOpResponse/OpResponse
|
7 年 前 |
mangoslicer
|
887df72d13
clientv3/ordering: kv order caching
|
7 年 前 |
Anthony Romano
|
f8dbcd86ec
clientv3: support nested Txns with OpTxn
|
7 年 前 |
Anthony Romano
|
63c7e9f840
clientv3: remove duplicate documentation for Do()
|
7 年 前 |
sharat
|
d3191d1afb
clientv3: add WithIgnoreLease option
|
7 年 前 |
Steve Phillips
|
eb7a804ca8
kv.go: Fixed []byte to string conversion syntax in comment
|
7 年 前 |
Gyu-Ho Lee
|
d94d22122b
clientv3: add 'WithIgnoreValue' option
|
8 年 前 |
Xiang Li
|
81f151eed2
clientv3: fix retry logic
|
8 年 前 |
Xiang Li
|
9205a242b9
clientv3: do not retry on mutable operations
|
8 年 前 |
Iwasaki Yudai
|
6a33f0ffd5
clientv3: make balancer respect FastFail
|
8 年 前 |
Anthony Romano
|
b0481ba858
clientv3: WithMinModRev and WithMaxModRev
|
8 年 前 |
Anthony Romano
|
3eadf964f4
clientv3: use failfast and retry wrappers for at-most-once rpcs
|
8 年 前 |
Anthony Romano
|
17e0164f57
clientv3: add KV constructor using pb.KVClient
|
8 年 前 |
Anthony Romano
|
d8f0ef0e80
clientv3: use grpc.FailFast(false) for all calls
|
8 年 前 |
Xiang Li
|
7ec822107a
*: add put prevkv
|
8 年 前 |
Xiang Li
|
12bf1a3382
*: rename preserveKVs to prevKv
|
8 年 前 |
Xiang Li
|
40c4a7894d
*: support return prev deleted kv
|
8 年 前 |
Anthony Romano
|
1c25aa6c48
clientv3, ctl3, clientv3/integration: add compact response to compact
|
8 年 前 |
Gyu-Ho Lee
|
859e336d68
clientv3: configurable physical in compact
|
8 年 前 |
Xiang Li
|
6496ae005d
clientv3: add withCount support
|
8 年 前 |
Ajit Yagaty
|
ad5d55dd4c
v3api: Add a flag to RangeRequest to return only the keys.
|
8 年 前 |
Anthony Romano
|
62f8ec25c0
clientv3: use grpc reconnection logic
|
8 年 前 |
Gyu-Ho Lee
|
d116c116fe
clientv3: getRemote comment about release
|
8 年 前 |
Anthony Romano
|
782a8802c0
clientv3: avoid reusing closed connection in KV
|
8 年 前 |