Skip to content

Commit

Permalink
support redis cluster dynamic deploy, for example 1 pod with 1 instance
Browse files Browse the repository at this point in the history
  • Loading branch information
githubname1024 committed Feb 27, 2024
1 parent 00561c7 commit b4447c2
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -35,6 +35,7 @@
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.servlet.ModelAndView;

import javax.annotation.Resource;
Expand Down Expand Up @@ -635,7 +636,7 @@ public ModelAndView doAddAppDeployTask(HttpServletRequest request,
int sentinelNum,
int pikaNum,
int twemproxyNum,
String appDeployInfo,
@RequestParam(required = false) String appDeployInfo,
String redisMachines,
String sentinelMachines,
String twemproxyMachines,
Expand Down

0 comments on commit b4447c2

Please sign in to comment.