csredis icon indicating copy to clipboard operation
csredis copied to clipboard

怎么使用acl设置的用户名

Open leconehu opened this issue 3 years ago • 2 comments

redis设置了用户名,必须设置用户名,default这个已经并停用了。在连接字符串中怎么设置才能不报。 ERR AUTH called without any password configured for the default user. Are you sure your configuration is correct?

leconehu avatar May 24 '22 02:05 leconehu

这块是 redis6 功能,已经在新项目 FreeRedis 实现,https://github.com/2881099/FreeRedis

2881099 avatar May 24 '22 03:05 2881099

v3.8.1

  • add: AUTH user password 重载;
  • fix: 当哨兵集群中某一个节点断网时,重连等待无限长的时间;

2881099 avatar May 24 '22 04:05 2881099