Skip to content

Commit

Permalink
Fix partial closure error when instantiating redis pool for a global_…
Browse files Browse the repository at this point in the history
…keyprefix sentinel connection
  • Loading branch information
adam-homeboost committed Jan 4, 2024
1 parent 0dec03d commit eab8f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kombu/transport/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ def _sentinel_managed_pool(self, asynchronous=False):

return sentinel_inst.master_for(
master_name,
self.Client,
redis.StrictRedis,
).connection_pool

def _get_pool(self, asynchronous=False):
Expand Down

0 comments on commit eab8f00

Please sign in to comment.