allow to specify persistent and timeout params for connection creation methods. e.g. $ra = new RedisArray(array("host1", "host2:63792, "host2:6380"), array( "function" => "extract_key_part", "persistent" => true, "timeout" => 2.5));