PHP 8.2.31
Preview: Connection.php Size: 798 B
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Redis/Connection.php

<?php

namespace RectorPrefix202411\Illuminate\Contracts\Redis;

use Closure;
interface Connection
{
    /**
     * Subscribe to a set of given channels for messages.
     *
     * @param  array|string  $channels
     * @param  \Closure  $callback
     * @return void
     */
    public function subscribe($channels, Closure $callback);
    /**
     * Subscribe to a set of given channels with wildcards.
     *
     * @param  array|string  $channels
     * @param  \Closure  $callback
     * @return void
     */
    public function psubscribe($channels, Closure $callback);
    /**
     * Run a command against the Redis database.
     *
     * @param  string  $method
     * @param  array  $parameters
     * @return mixed
     */
    public function command($method, array $parameters = []);
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
798 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
654 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
285 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
139 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).