RedisStore

RedisStore class RedisStore extends TaggableStore implements Store (View source) Methods TaggedCache tags(array|mixed $names) Begin executing a new tags operation. void __construct(Database $redis, string $prefix = '', string $connection = 'default') Create a new Redis store. mixed get(string|array $key) Retrieve an item from the cache by key. array many(array $keys) Retrieve multiple items from the cache by key. void put(string $key, mixed $value, float|int $minutes)

RedisServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

RedisServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

RedisServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

RedisServiceProvider::register()

void register() Register the service provider. Return Value void

RedisServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

RedisServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

RedisServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

RedisServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

RedisServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void