sohutv / cachecloud

搜狐视频(sohu tv)Redis私有云平台 :支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本,提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports Standalone, Sentinel, and Cluster architectures for Redis, effectively reducing large-scale Redis operation and maintenance costs, and improving resource management and utilization. The platform provides rapid construction/migration, operation and maintenance management, elastic scaling, statistical monitoring, client integration and access and other functions)
http://cachecloud.github.io/
Apache License 2.0
8.76k stars 2.04k forks source link

部署 cluster 时,是否可以指定 dir 目录,新增配置好像渲染不出来 #325

Closed yuniverser closed 6 months ago

yuniverser commented 7 months ago

复制之前 cluster 里面已有的能渲染处理啊

redis1

自己新增的不能渲染

redis2

另外还有一个问题,6.0 版本中,是否支持使用 acl 文件控制 user 权限

githubname1024 commented 7 months ago
  1. 关于dir配置,如需修改,建议自己修改源码,变量目前不识别。可以参考代码中,截图中的cluster-config-file的值替换逻辑。
  2. acl 文件,也可自己定制开发,目前暂未支持。
yuniverser commented 6 months ago

好的,感谢回复