You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
谢谢作者的分享,我使用中配置redis密码为123456后还是出现问题 File "D:\anaconda3\Lib\site-packages\redis\client.py", line 3084, in hvals
return self.execute_command('HVALS', name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\anaconda3\Lib\site-packages\redis\client.py", line 898, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\anaconda3\Lib\site-packages\redis\connection.py", line 1379, in get_connection
connection.connect()
File "D:\anaconda3\Lib\site-packages\redis\connection.py", line 567, in connect
self.on_connect()
File "D:\anaconda3\Lib\site-packages\redis\connection.py", line 643, in on_connect
auth_response = self.read_response()
^^^^^^^^^^^^^^^^^^^^
File "D:\anaconda3\Lib\site-packages\redis\connection.py", line 739, in read_response
response = self._parser.read_response()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\anaconda3\Lib\site-packages\redis\connection.py", line 340, in read_response
raise error
redis.exceptions.AuthenticationError: invalid password
2024-06-01 18:31:40,955 launcher.py[line:39] INFO exit!,希望作者可以出一期这方面操作的说明,非常感谢啦
The text was updated successfully, but these errors were encountered:
谢谢作者的分享,我使用中配置redis密码为123456后还是出现问题 File "D:\anaconda3\Lib\site-packages\redis\client.py", line 3084, in hvals
return self.execute_command('HVALS', name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\anaconda3\Lib\site-packages\redis\client.py", line 898, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\anaconda3\Lib\site-packages\redis\connection.py", line 1379, in get_connection
connection.connect()
File "D:\anaconda3\Lib\site-packages\redis\connection.py", line 567, in connect
self.on_connect()
File "D:\anaconda3\Lib\site-packages\redis\connection.py", line 643, in on_connect
auth_response = self.read_response()
^^^^^^^^^^^^^^^^^^^^
File "D:\anaconda3\Lib\site-packages\redis\connection.py", line 739, in read_response
response = self._parser.read_response()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\anaconda3\Lib\site-packages\redis\connection.py", line 340, in read_response
raise error
redis.exceptions.AuthenticationError: invalid password
2024-06-01 18:31:40,955 launcher.py[line:39] INFO exit!,希望作者可以出一期这方面操作的说明,非常感谢啦
The text was updated successfully, but these errors were encountered: