Skip to content

Commit

Permalink
should also reinitialize with check_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
andymccurdy committed Sep 18, 2014
1 parent 0de78db commit fa714e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redis/sentinel.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def _checkpid(self):
self.reset()
self.__init__(self.service_name, self.sentinel_manager,
is_master=self.is_master,
check_connection=self.check_connection,
connection_class=self.connection_class,
max_connections=self.max_connections,
**self.connection_kwargs)
Expand Down

0 comments on commit fa714e0

Please sign in to comment.