Gems that fork processes require you to reconnect redis clients after they fork a process. Resque and Passenger are 2 of these gems. This pull patches the reconnect method to also call reconnect on each of the sentinel Redis clients.
Without reconnecting the Sentinel Redis clients you'll get Redis::InheritedError exceptions.
Gems that fork processes require you to reconnect redis clients after they fork a process. Resque and Passenger are 2 of these gems. This pull patches the
reconnect
method to also call reconnect on each of the sentinel Redis clients.Without reconnecting the Sentinel Redis clients you'll get
Redis::InheritedError
exceptions.