View file vendor/illuminate/redis/Connections/PredisClusterConnection.php

File size: 191B
<?php

namespace Illuminate\Redis\Connections;

/**
 * @deprecated Predis is no longer maintained by its original author
 */
class PredisClusterConnection extends PredisConnection
{
    //
}