mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci] Fix typo in etcd kv comment (#12091)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
77264ae493
commit
a92a6f34b4
@ -171,7 +171,7 @@ func (kv *EtcdKV) MultiLoad(keys []string) ([]string, error) {
|
||||
return result, nil
|
||||
}
|
||||
|
||||
// LoadWithRevision returns keys, values and revision by given key prifix.
|
||||
// LoadWithRevision returns keys, values and revision by given key prefix.
|
||||
func (kv *EtcdKV) LoadWithRevision(key string) ([]string, []string, int64, error) {
|
||||
start := time.Now()
|
||||
key = path.Join(kv.rootPath, key)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user