mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci] Refine etcd kv comment (#12090)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
acef6b9750
commit
77264ae493
@ -33,7 +33,7 @@ const (
|
||||
RequestTimeout = 10 * time.Second
|
||||
)
|
||||
|
||||
// EtcdKV implments TxnKv interface, it support to process multiple kvs in a transactions
|
||||
// EtcdKV implements TxnKv interface, it supports to process multiple kvs in a transactions
|
||||
type EtcdKV struct {
|
||||
client *clientv3.Client
|
||||
rootPath string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user