企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
@Test public void testCluster() { ClusterOperations<Object, Object> opsForCluster = redisTemplate.opsForCluster(); //关闭集群的7000端口的主机 opsForCluster.shutdown(new RedisClusterNode("192.168.120.130", 7000)); }