Skip to content

Commit

Permalink
feat(redis): 增加本地重建人口 TencentBlueKing#8093
Browse files Browse the repository at this point in the history
  • Loading branch information
xiepaup authored and iSecloud committed Nov 19, 2024
1 parent e98cd78 commit 07d7a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbm-ui/backend/flow/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ class RedisActuatorActionEnum(str, StructuredEnum):
Install = EnumField("install", _("install"))
REPLICA_BATCH = EnumField("replica_batch", _("replica_batch"))
Replicaof = EnumField("replicaof", _("replicaof"))
LocalReDoDR = EnumField("local_redo_dr", _("local_redo_dr"))
CLUSTER_MEET = EnumField("clustermeet_slotsassign", _("clustermeet_slotsassign"))
KEYS_PATTERN = EnumField("keyspattern", _("keyspattern"))
KEYS_DELETE_REGEX = EnumField("keysdelete_regex", _("keysdelete_regex"))
Expand Down

0 comments on commit 07d7a91

Please sign in to comment.