$loader = new Phalcon\Loader();
$loader->registerDirs( array( 'phar:///path/to/phar/predis_0.8.5.phar' ) );
that can't load \Predis\Client but the Client.php file in predis_0.8.5.phar package /Predis
$loader = new Phalcon\Loader();
$loader->registerDirs( array( 'phar:///path/to/phar/predis_0.8.5.phar' ) );
that can't load \Predis\Client but the Client.php file in predis_0.8.5.phar package /Predis