Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Session-Store-Redis CPAN distribution.

Report information
The Basics
Id: 75586
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Session-Store-Redis

People
Owner: Nobody in particular
Requestors: finkel.matt [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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.
please apply the patch / fix the bug. This module is not usuable, as reconnects don't work via the ping check.
fixed in 0.07, which is on it's way to CPAN