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 5edb853 commit 5100dd9Copy full SHA for 5100dd9
redis/commands/core.py
@@ -316,11 +316,8 @@ class ManagementCommands:
316
317
def auth(self):
318
"""
319
- The AUTH command authenticates the current connection in two cases:
320
- 1. If the Redis server is password protected via the requirepass option.
321
- 2. If a Redis 6.0 instance, or greater, is using the Redis ACL system.
322
-
323
- For more information check https://redis.io/commands/auth
+ This function throws a NotImplementedError since it is intentionally
+ not supported.
324
325
raise NotImplementedError(
326
"AUTH is intentionally not implemented in the client."
0 commit comments