Skip to content

Commit 2a14e13

Browse files
committed
Rmoved keys option from options
1 parent e77cb60 commit 2a14e13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

redis/asyncio/cluster.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,9 @@ async def parse_response(
10341034
if EMPTY_RESPONSE in kwargs:
10351035
kwargs.pop(EMPTY_RESPONSE)
10361036

1037+
# Remove keys entry, it needs only for cache.
1038+
kwargs.pop("keys", None)
1039+
10371040
# Return response
10381041
if command in self.response_callbacks:
10391042
return self.response_callbacks[command](response, **kwargs)

0 commit comments

Comments
 (0)