Redis supports a trivially simple and insecure authentication method. This function implements it.
Redis的支持平凡简单的和不安全的身份验证方法。此功能实现它。
用法----------Usage----------
redisAuth(pwd)
参数----------Arguments----------
参数:pwd
The (required) password.
(必需的)密码。
Details
详细信息----------Details----------
You should not use this function. If you need a secure key/value database, it's best not to use Redis for now.
你不应该使用此功能。如果你需要一个安全的键/值数据库,最好不要使用Redis的现在。
值----------Value----------
TRUE if sueccessful, FALSE otherwise.
TRUE,如果sueccessful,否则返回FALSE。