We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8272c73 commit 7021c7bCopy full SHA for 7021c7b
redis/event.py
@@ -80,8 +80,6 @@ def listen(self, event: BeforeCommandExecutionEvent):
80
81
credentials = event.credential_provider.get_credentials()
82
83
- print(hash(credentials) != self._current_cred)
84
-
85
if hash(credentials) != self._current_cred:
86
self._current_cred = hash(credentials)
87
event.connection.send_command('AUTH', credentials[0], credentials[1])
0 commit comments