Skip to content

Commit

Permalink
fix(redis): tendisplus原地变更赋值错误bug TencentBlueKing#6895
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemakeit authored and iSecloud committed Sep 12, 2024
1 parent 8d329a8 commit d881be5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def redis_rebalance_slots_4_expansion(root_id: str, flow_data: dict, act_kwargs:
sub_pipeline.add_act(
act_name=_("元数据更新"),
act_component_code=RedisDBMetaComponent.code,
kwargs=asdict(cluster_kwargs),
kwargs=asdict(dbmeta_kwargs),
)
# ###元数据加入集群完成

Expand Down

0 comments on commit d881be5

Please sign in to comment.