Subject: | Redis reconnect option |
Currently, the connection to the Redis server is not resumed after idle
disconnect.
Changed sub _verify_redis_connection by adding the line
reconnect => $cfg->{redis_reconnect} || 0
inside the declaration of the Redis object, allowing
Catalyst::Plugin::Session::Store::Redis to be passed the redis_reconnect
parameter when configuring Catalyst::Plugin::Session.