PHP 8.3.31
Preview: Connection.php Size: 782 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Redis/Connection.php

<?php

namespace 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
782 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
636 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
266 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
121 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download

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