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 f3a71f7 commit 3934b1cCopy full SHA for 3934b1c
redis/commands/core.py
@@ -1094,6 +1094,7 @@ def hello(self):
1094
"""
1095
raise NotImplementedError(
1096
"HELLO is intentionally not implemented in the client."
1097
+ )
1098
1099
def failover(self):
1100
@@ -1102,6 +1103,7 @@ def failover(self):
1102
1103
1104
1105
"FAILOVER is intentionally not implemented in the client."
1106
1107
1108
1109
class BasicKeyCommands:
0 commit comments