thinkphp连接远程redis提示 Fatal error: Uncaught RedisException: WRONGPASS invalid username-password
阿里云新版云 Redis(账号密码模式)需要 username password 认证修改redis.phpreturn [// 缓存类型,必须有,主要是使用cache链接,会判断类型type > redis,// 缓存前缀prefix > lbphp_,// redis主机host > 你…