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 19b55c6 commit 1ccb475Copy full SHA for 1ccb475
redis/cluster.py
@@ -956,7 +956,7 @@ def determine_slot(self, *args):
956
determine what slots to map the command to; or, if the keys don't
957
all map to the same key slot.
958
"""
959
- command = args[0]
+ command = args[0].upper()
960
if self.command_flags.get(command) == SLOT_ID:
961
# The command contains the slot ID
962
return args[1]
0 commit comments