AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## auth ##### *Description* Authenticate the connection using a password. *Warning*: The password is sent in plain-text over the network. 使用PASSWORD验证链接。警告:PASSWD以明码的形式在网络中传输。 ##### *Parameters* *STRING*: password ##### *Return value* *BOOL*: `<span class="calibre12">TRUE</span>` if the connection is authenticated, `<span class="calibre12">FALSE</span>` otherwise. ##### *Example* ``` <pre class="calibre9">$redis->auth('foobared'); ``` ##