companieshouse / MojoX-Plugin-AnyCache

Mojolicious cache plugin
Other
0 stars 3 forks source link

client does not reconnect to redis if connection ever drops #12

Open rasputnik opened 9 years ago

rasputnik commented 9 years ago

This causes issues for any app using this plugin if the network ever drops.

think it's down to the timeout of Mojo::Redis being unset (so defaulting to 0).

NB: I'm aware that library is for the chop (as per #10 ) but this seems like a fairly simple fix that will give real operational benefits.