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.86k stars 2.04k forks source link

cachecloud2.1版本修改redis6.0密码为空不成功 #283

Closed mali0512 closed 2 years ago

mali0512 commented 2 years ago

cachecloud平台修改redis6.0的版本的密码,设置密码为空,日志报成功了,但是实际没有成功。修改为非空,能正常修改成功。

githubname1024 commented 2 years ago

由于redis6.0.0-6.0.8 源码存在bug , 如果设置密码为空 会导致设置为空字符串,已在6.0.9 修复该问题。

参考redis6.0.x changelog : https://raw.githubusercontent.com/redis/redis/6.0/00-RELEASENOTES

Redis 6.0.9 Released Mon Oct 26 10:37:47 IST 2020

Bug fixes:

使用redis 6.0.9 以后版本 升级cachecloud源码 ceb62df