File manager - Edit - /var/www/payraty/inventory_main/vendor/laravel/framework/src/Illuminate/Redis/Connections/PredisClusterConnection.php
Back
<?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()) ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings