mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci] Update comments (#10283)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
0941c297e7
commit
8c67627150
@ -345,7 +345,7 @@ func (ss *suffixSnapshot) Load(key string, ts typeutil.Timestamp) (string, error
|
|||||||
|
|
||||||
// MultiSave save multiple kvs
|
// MultiSave save multiple kvs
|
||||||
// if ts == 0, act like TxnKV
|
// if ts == 0, act like TxnKV
|
||||||
// each key-value will be treat in same logic like Save
|
// each key-value will be treated using same logic like Save
|
||||||
func (ss *suffixSnapshot) MultiSave(kvs map[string]string, ts typeutil.Timestamp) error {
|
func (ss *suffixSnapshot) MultiSave(kvs map[string]string, ts typeutil.Timestamp) error {
|
||||||
// if ts == 0, act like TxnKV
|
// if ts == 0, act like TxnKV
|
||||||
if ts == 0 {
|
if ts == 0 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user