Skip to content

Commit c110207

Browse files
committed
Removed keys entry as it's csc specific
1 parent c2a4edf commit c110207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redis/cluster.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,6 +2265,8 @@ def _send_cluster_commands(
22652265
response = []
22662266
for c in sorted(stack, key=lambda x: x.position):
22672267
if c.args[0] in self.cluster_response_callbacks:
2268+
# Remove keys entry, it needs only for cache.
2269+
c.options.pop("keys", None)
22682270
c.result = self.cluster_response_callbacks[c.args[0]](
22692271
c.result, **c.options
22702272
)

0 commit comments

Comments
 (0)