通过账号密码连接redis
前提:客户使用阿里云的redis服务,提供信息如下:
实现方案
注意:密码格式为<user>:<password>
命令行测试连接
redis-cli -h r-2ze6xxxx.redis.rds.aliyuncs.com -p 6379 AUTH bx:Bxx
yii2 配置如下
前提:客户使用阿里云的redis服务,提供信息如下:
注意:密码格式为<user>:<password>
redis-cli -h r-2ze6xxxx.redis.rds.aliyuncs.com -p 6379 AUTH bx:Bxx