p5-RedisDB / RedisDB

Perl extension to access Redis
22 stars 11 forks source link

No connection timeout on RedisDB::Cluster #39

Open karupanerura opened 3 years ago

karupanerura commented 3 years ago

RedisDB::Cluster will connect to Redis without timeout option. Therefore, if a Redis node goes down and RedisDB::Cluster tries to connect to the dead Redis, RedisDB::Cluster waits complete connecting the dead Redis forever.

So I want to add timeout option to RedisDB::Cluster.