mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci] Refine rocksdb kv comment (#12093)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
a92a6f34b4
commit
8f40450d93
@ -232,7 +232,7 @@ func (kv *RocksdbKV) MultiRemove(keys []string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// MultiSaveAndRemove provides a transaction to execute a batch of operators
|
||||
// MultiSaveAndRemove provides a transaction to execute a batch of operations
|
||||
func (kv *RocksdbKV) MultiSaveAndRemove(saves map[string]string, removals []string) error {
|
||||
if kv.DB == nil {
|
||||
return errors.New("Rocksdb instance is nil when do MultiSaveAndRemove")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user